CarolMcconnell
2 months agoQrew Officer
Delete file attachment after moving to sharepoint
I have a pipeline created to take a file attachment and move it to sharepoint and then update the quickbase record with url link.
I'm having a problem trying to get it to delete the file attachment in Quickbase after.
What should be in the URL field, name field and value field?
Yes it would be a Make Request.
The URL would be like
https://mycompany.quickbase.com/db/MyTableIdHere?act=API_EditRecord&rid=" &refer to the [Record ID#] of the trigger record &_fid_9=&delfile_fid_9=1
... replace the 9 with the fid of the file atatchment field.
Then just select POST instead of GET.