I’m on the business plan which allows user’s to upload a file in one of our Webflow forms. I’d like to send the uploaded file to a data store I’ve got a make.com webhook which I’m using to send the data to Airtable but I can’t find out how to store the uploaded file. Has anyone found a solution to this?
To store uploaded files from a Webflow form in Airtable via Make.com, use the file’s URL provided in the Webflow form submission. In Make.com, set up your webhook to capture the form data, including the file upload field, which contains the file URL. Add an Airtable module to your scenario and map the file URL to the appropriate Airtable field (e.g., an attachment field). Airtable will automatically download and store the file when provided with a valid URL. Ensure your Airtable field is configured to accept attachments, and test the scenario for smooth integration
If you’ve managed to do this before, I’d like to know how I can get the whole URL of the file uploaded, I’m only getting the file name itself.
Here’s my output bundle:
[
{
“first-name”: “Pete”,
“file”: “LHG.jpg”
}
]
I’m not gettng the full path from the webhook