Import Multiple IMAGE URLs into Gallery Field

Hello,
I’m migrating a site from another platform and I have a CSV file with each portfolio page and then a gallery of image URL’s. Each URL is in a column for each row of portoflio item.
However, you can only map one column per webflow field.

  • How can I get it so I can point all of the URL’s into the one gallery field so I can make the lightbox and not using individual image fields.

Thank you. See screenshot


Here is my public share link: LINK
(how to access public share link)

I have also tried putting all the image url’s in one column separated by comma in the column, but then Webflow doesn’t recognize it. Says the link is broken.

Haallpp.

I haven’t needed to load the gallery field, so I don’t have a ready answer for you.

However I’d first check to see if there is a clear construction that Webflow uses for gallery fields. Make a test CMS with a gallery field, load a few images, export it, and inspect the CSV.

It might point you in the right direction.

Actually, I figured it out :slight_smile:
They just need to be semi-colon separated.
And I was able to use the JOIN function on Google Sheets to join a series of column data into one column, and separate the data by a semi-colon.

Works perfectly.

1 Like

I have a perfectly semi-colon separated file, but it still won’t accept it. Says “imported data isn’t compatible with this field”.

Anybody with similar issue in 2024?