Hi,
I would like to download attachments via API or download link keeping the original file name. I managed so far to download all attachments using the URL airtable generates for each attachment using a HTTP get request to the link. The issue is that when downloading through the URL it gives new generic names for all files such as:
file (1)
file (2)
…
file(103)
Etc.
Do any of you know a solution to this? I am currently setting this up in Integromat.
Thanks!