Ifuloseulose
21 days agoQrew Member
How do I run a Table to Table Import?
Hi all. I have a webhook for Table A, and I want it to run a Table to Table Import into Table B whenever records are added to Table A. Here are the details of the webhook:
Enpoint URL - https://amzl.quickbase.com/db/*********?a=api_runimport
Body - <qdbapi>
<usertoken>%user.token.************%</usertoken>
<id>12</id>
</qdbapi>
I'm still new to QuickBase so I'm never 100% sure with what I'm doing but I'm guessing the "12" is referring to the ID of the import.