Hi all,
I have a multi choice contact column that has a simple formula that looks at a country column and based on the country returns multiple emails per country, so lets say that column country is France i have the contact column return three contacts, so far it's fine but it doesn't work when i try to use an automation to send an email notification to the Contact column, seems like the Contact column its not recognizing the contacts. The formula is as follows:
=if([Country]@row="France","name.last@email.com,name.last@email .com,name.last@email .com",if([Country]@row="Italy","name.last@email .com,name.last@email .com,name.last@email .com",""))