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!
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!
Hi there! Try the SUBSTITUTE() function.
SUBSTITUTE(SUBSTITUTE({Field Name}, ">", ">"), "<", "<")
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.