Forum Discussion
MichaelTamoush
4 years agoQrew Captain
Evan,
If they can implement a Pipeline action that is a table to table import, that would be HUGE. Bare minimum, clear instructions on how to use Pipelines and perform a table to table import.
------------------------------
Mike Tamoush
------------------------------
If they can implement a Pipeline action that is a table to table import, that would be HUGE. Bare minimum, clear instructions on how to use Pipelines and perform a table to table import.
------------------------------
Mike Tamoush
------------------------------
MarkShnier__You
Qrew Legend
4 years agoIt would be nice if they did plan to support T2T imports in the tool..
If that does not happen, then a T2T import can be run by an API. That means running a Webhook step.
Here are my cheat notes how to run any Quickbase API. This is an example for API_RunImport.
Webhook.
Make Request
a bunch of the top fields are left blank
URL like
https://mycompany .quickbase.com/db/bqxxxxx
Method
POST
(more)
Content Type
Application/XML
(strangely, the Body is entered next but when saved comes back in the sequence below)
Headers (list)
Name
QUICKBASE-ACTION
Value
API_RunImport
Body
<qdbapi>
<usertoken>bxv4tx_wve_dtkc6xxxxxxxxxxxxxxxx</usertoken>
<id>10</id>
</qdbapi>
(in this example I'm running the sales T2T import #10. You can see the ID# in the URL
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
If that does not happen, then a T2T import can be run by an API. That means running a Webhook step.
Here are my cheat notes how to run any Quickbase API. This is an example for API_RunImport.
Webhook.
Make Request
a bunch of the top fields are left blank
URL like
https://mycompany .quickbase.com/db/bqxxxxx
Method
POST
(more)
Content Type
Application/XML
(strangely, the Body is entered next but when saved comes back in the sequence below)
Headers (list)
Name
QUICKBASE-ACTION
Value
API_RunImport
Body
<qdbapi>
<usertoken>bxv4tx_wve_dtkc6xxxxxxxxxxxxxxxx</usertoken>
<id>10</id>
</qdbapi>
(in this example I'm running the sales T2T import #10. You can see the ID# in the URL
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------