Back
Is it possible to have an array of email addresses (string) to pass into the send email activity on uipath? I can't see a way on the activity, except using the cc but I have 10 email addresses for the same email
Yes, it is possible to have multiple addresses you just need them to be separated by ';' character. The easiest way to do this is to use string.join method and construct a string from the array you have.
31k questions
32.8k answers
501 comments
693 users