Is it possible to export data from Quickbase via alteryx?
we have our own quickbase site...
A quick google of "Quickbase API" returns this hit: https://help.quickbase.com/api-guide/index.html
You might be the first to build a connector macro to it.
Cheers,
Mark
https://companyname.quickbase.com/db/[TableId]
2. Add a Download tool to the Text Input tool.
Name Value
a API_DoQuery
usertoken [usertoken] /*can be created in quickbase - see quickbase documentation*/
apptoken [Your App Token] /*ask your admin to create one for you*/
3. Then connect this download tool to a XML Parse tool.
You can try to put the following URL in any browser to see xml data
https://companyname.quickbase.com/db/[TableId]?a=API_DoQuery&fmt=structured&usertoken=[Your User Token]&apptoken=[Your App Token]
Reddy, I just ran across this post because I'm also trying to connect to QuickBase using API.
When I try what you have posted below, I receive the error
Error transferring data: Failure when receiving dat from peer.
Do you have any ideas what the issue could be?
FYI: I figured out my issue. I'm on a Virtual Machine and I had to make sure that in my user settings on the advanced tab, that at the bottom I had Enable Proxy Credentials
Hello, wondering if we can extract the data via JSON query?