Grrrr. This should be easy but I can’t get it to work.
I have list of emails in excel. I loop through them and create a string, each separated by a semi-colon, (except the last one). Then I put that string in the To property of Send Email (Gmail) activity. I get the follow error:
An error occured in the activity. ---> UiPath.GSuite.Exceptions.GSuiteInternalException: An invalid character was found in the mail header: ';'
I want to send the email to multiple recipients from a variable. How to do this?