Forum Discussion
RyanPflederer3
6 years agoQuickbase Staff
Hey Ryan!
Is the field that you're trying to match designated as Unique?
If so, I'd approach this with a webhook using API_ImportFromCSV: https://help.quickbase.com/api-guide/importfromcsv.html
You'd want to set the unique field as the mergeFieldId. Doing this will update records if they exist, but add them if they don't, just like importing from a spreadsheet.
As for the file attachment, API_UploadFile is probably your best bet for a native solution. https://help.quickbase.com/api-guide/uploadfile.html
------------------------------
Ryan Pflederer
------------------------------
Is the field that you're trying to match designated as Unique?
If so, I'd approach this with a webhook using API_ImportFromCSV: https://help.quickbase.com/api-guide/importfromcsv.html
You'd want to set the unique field as the mergeFieldId. Doing this will update records if they exist, but add them if they don't, just like importing from a spreadsheet.
As for the file attachment, API_UploadFile is probably your best bet for a native solution. https://help.quickbase.com/api-guide/uploadfile.html
------------------------------
Ryan Pflederer
------------------------------