StephenMadison
4 years agoQrew Cadet
Table To Table Import - Pipelines Solution
Hello all,
A lot of you may already know this but the migration tool cannot recreate table-to-table imports in pipelines. When I asked the support group about this, they stated I would have to recreate the table-to-table solutions in pipelines. That was all well and good but we have 20 apps and each one has 4 or 5 imports that run daily. But after looking around a little I've found a simple solution.
Schedule a Pipeline in the WebHook Channel: Make Request, and run the Quick Base API Call "API_RunImport" with the URL:
https://target_domain/db/target_dbid?a=API_RunImport&id=10
&usertoken=user_token
The dbid is the db when you're in the edit section of the table to table import you want to use, and the id is on the same URL line.
I've tried it and it works.
A lot of you may already know this but the migration tool cannot recreate table-to-table imports in pipelines. When I asked the support group about this, they stated I would have to recreate the table-to-table solutions in pipelines. That was all well and good but we have 20 apps and each one has 4 or 5 imports that run daily. But after looking around a little I've found a simple solution.
Schedule a Pipeline in the WebHook Channel: Make Request, and run the Quick Base API Call "API_RunImport" with the URL:
https://target_domain/db/target_dbid?a=API_RunImport&id=10
&usertoken=user_token
The dbid is the db when you're in the edit section of the table to table import you want to use, and the id is on the same URL line.
I've tried it and it works.