I’m trying to upload multiple PDFs to an Airtable attachment field using make.com, but only the first file is being added to the record. Here’s what I’ve verified:
- Airtable Field Settings:
- The field is an Attachment field (confirmed multiple uploads work manually).
- No restrictions or scripting are applied.
- make.com Workflow:
- I’m passing an array of objects with
url
andfilename
- Google Drive links use direct download format (
uc?id=...&export=download
). - The “Toolbox” module shows the full array with both URLs/filenames before the Airtable module.
The Airtable module executes without errors, but only the first attachment appears in the record.
Thanks for your expertise!