Forum Discussion
MarkShnier__You
Qrew Legend
4 years agoI know it can be done with an API call and a Pipeline can call an API.
Here is a partial pseudo example where fid 9 was a file attachment.
?act=API_EditRecord
&rid=43
&_fid_9=
&delfile_fid_9=1
So I think that you can do like this
https://mycompany.quickbase.com/db/xxxxxxx?a=API_EditRecord&rid={{a.id}}&_fid_9=&delfile_fid_9=1
Method = POST
I have not tested this though. Let us know if it works.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
Here is a partial pseudo example where fid 9 was a file attachment.
?act=API_EditRecord
&rid=43
&_fid_9=
&delfile_fid_9=1
So I think that you can do like this
https://mycompany.quickbase.com/db/xxxxxxx?a=API_EditRecord&rid={{a.id}}&_fid_9=&delfile_fid_9=1
Method = POST
I have not tested this though. Let us know if it works.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------