Anyone know how to setup the correct flow to pull a series of images from Airtable into a multi-image field in Webflow?
I figured out how to do a single image but not multi-image.
Anyone know how to setup the correct flow to pull a series of images from Airtable into a multi-image field in Webflow?
I figured out how to do a single image but not multi-image.
Hey Caleb! In order to send many images to Webflow, you will want them in a single cell per CMS item, and comma delimited. If you get your image URLs from Airtable, then you want to massage them into a format that looks like this:
https://www.image.com,https://www.image2.com,https://www.image3.com
Let me know if you need any help getting the data into the format