New RPA user here! I’m trying to automate an email that I send out to users at the beginning of a rollout phase. Because the users are new each phase, the distribution list changes each time. The email addresses of the users are located in an Excel file that I can use while creating the email automation. If I use the “for each row,” fuction, this simply creates a new email for each row. Rather, I want the automation to pull the addresses from the specified column in Excel and send 1 email to them as a group. Is there an easy way to do this?
Nevermind! I played around in Excel, and I found that the “=TEXTJOIN” formula will combine the text from multiple cells into 1 cell (and you can specify a deliniator!). I added the formula as a “write cell” activity, and used this to populate the “To” field in the send email activity. Thank you again for the suggestion.