The file exists and is manageable since in another workflow, it is attached to an email by an airtable automation. It seems that it is on the Make side that i cannot handle the file…
In this screenshot, ‘the_pdf’ is an attachment field
Could you please share screenshots of the module fields and/or filters in question? It would really help other community members to see what you’re looking at.
You can also export the blueprint file to allow others to replicate the issue. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
Finally i lied once more in my community.make.com profile, since i run Make on the free plan, but intended to go core in a very brief time. In case it is a hint for our matter
Your Trello “add an attachment module” is expecting binary data and you have mapped the file name.
To achieve the desired result you need to “get” the data first. Your Airtable module returns the URL of the file, not the file itself. So you need to add an HTTP “Get File” module first.
Then you map the returned data into your data field in Trello.