Webflow’s CSV import for their CMS now supports multi-reference fields (announcement link). Multi-reference field content must be separated by semicolons within it’s cell.
When I use a Lookup on the linked record in Airtable, i get what i need but with content separated by a comma instead of a semicolon.
I thought a simple SUBSTITUTE formula would finish the job for me, but I can’t seem to get it working, I get an ERROR! message every-time, and wondering if anyone can spot something obvious i might be getting wrong here?
So i have been trying:
SUBSTITUTE({name},",",";")
and the field contains a bunch of slugs. So i have:
blog-title-one, blog-title-two, blog-title-three
and i am trying to use a formula to get:
blog-title-one; blog-title-two; blog-title-three
Any help much appreciated.