Forum Discussion
ChrisDyroff
5 years agoQrew Member
Hi @Mark Shnier (YQC),
Thank you for the quick reply! I hadn't thought of saved imports. I was able to import the table to itself, and map a new formula checkbox field (=False) to the target Exists field I want to flip. Awesome advice.
My only issue now is controlling how it executes. In Automations/Scheduled, I can only select "Daily." But when will it run? I need to know so I can schedule my import only after this runs. Can Pipelines help here?
Thanks again for your thoughts.
------------------------------
Chris Dyroff
------------------------------
Thank you for the quick reply! I hadn't thought of saved imports. I was able to import the table to itself, and map a new formula checkbox field (=False) to the target Exists field I want to flip. Awesome advice.
My only issue now is controlling how it executes. In Automations/Scheduled, I can only select "Daily." But when will it run? I need to know so I can schedule my import only after this runs. Can Pipelines help here?
Thanks again for your thoughts.
------------------------------
Chris Dyroff
------------------------------
MarkShnier__You
Qrew Legend
5 years agoDaily Automatons run at an unpredictable time sometime between your midnight and about 5:00 am.
Here are my cheat notes on how to all an API from a Pipeline
Webhook.
Make Request
a bunch of the top fields are left blank
URL
https://mycompany.quickbase.com/db/bqhgyfyzv (table with the saved import target)
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>
<apptoken>cqweqyduxxxxxdffk3uydkdk2ta</apptoken>
<usertoken>bxv4tx_wvexxxxxxbrzdmxjzeq9tdwkqihm</usertoken>
<id>10</id>
</qdbapi>
in the above "10" id of the saved import from the URL
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
Here are my cheat notes on how to all an API from a Pipeline
Webhook.
Make Request
a bunch of the top fields are left blank
URL
https://mycompany.quickbase.com/db/bqhgyfyzv (table with the saved import target)
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>
<apptoken>cqweqyduxxxxxdffk3uydkdk2ta</apptoken>
<usertoken>bxv4tx_wvexxxxxxbrzdmxjzeq9tdwkqihm</usertoken>
<id>10</id>
</qdbapi>
in the above "10" id of the saved import from the URL
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------