You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2026. It is now read-only.
Robert S.W. Carroll edited this page Mar 17, 2022
·
1 revision
Inserting records is most likely, the second most used QuickBase API. Inserting records can be done with the .insert_update_records() client method. Inserting/Updating records have somewhat of a special process to them. To gist of it is that when you push data to the insert/update QuickBase API, if you include a record id (FID 3), that record will be updated. If there is no record id within the data, a new record will be created. The QuickBase docs cover this more in depth, here.