Hello, Webflow world!
I am trying to bulk upload PDF and Jpeg fields into a Webflow CMS from a CSV file created in Airtable.
However, Webflow doesn’t seem to be compatible with direct URLs generated from Airtable
(They start like this: https://dl.airtable.com/.attachments/)
Any help would be greatly appreciated, as I am seeing this problem reoccurring in other forums, not working with Zapier as well (when trying to upload images or PDF’s in Bulk).
I was able to generate the direct URL link in Airtable by the following steps:
- Uploading all files in the Gallery View
- Writing this formula in a NEW FORMULA field:
RIGHT(LEFT({Attachment Field}, LEN({Attachment Field}) - 1), LEN(LEFT({Attachment Field}, LEN({Attachment Field}) - 1)) - SEARCH(“https://”, {Attachment Field}) + 1)
Many thanks!
Here is my public share link: LINK
(how to access public share link)