May 31, 2024 10:12 AM
Hello Everyone,
I am wondering if there is a formula to replace these characters "<" and ">" that take the place of the "<" and ">" when I import a CSV from Webflow into Airtable. Mailchimp is not able to read it as is.
Thanks very much!
Jun 01, 2024 05:10 AM
Hi there! Try the SUBSTITUTE() function.
SUBSTITUTE(SUBSTITUTE({Field Name}, ">", ">"), "<", "<")