I’m using the “Send Outlook Mail Message” activity in an automation that I’m developing. While testing this activity, I encountered the following error:
“Send Outlook Mail Message: We need to know who to send this to. Make sure you enter at least one name.”
I’m extracting email addresses from a column in Excel and storing them in a variable (ToEmail). Multiple email addresses are in that cell, but they are separated by a semicolon in the Excel sheet..
Hi @ashokkarale “I’m extracting email addresses from a column in Excel and storing them in a variable (ToEmail). Multiple email addresses are in that cell, but they are separated by a semicolon in the Excel sheet..” How can i separate the email addresses if semicolon is an invalid character?