Hi all,
Within the “Send email step” I would like to put more recipients (email addresses). Can I do this within the step itself or do I have to create a new variable to store those addresses in?
Thank you for your reply!
- tihanaM asked 11 months ago
- You must login to post comments
Hello,
yes, you can send to multiple email addresses. The field receives data type string array, so you need to provide an array with the email addresses you want to send the email to. The best way to do this is by using the Split Text Step for all email addresses, and the destination variable will be a string array variable that you can use in the Email Step.
- Community Admins answered 11 months ago
- You must login to post comments
Hi Tihana,
If you want to put more recipients in Send email step, you can do that within the step itself by separating the email addresses with “, “or “;” characters. You can also store them as a string array variable using the same logic. Hope this helps!
Regards,
Jakov
- jakov answered 11 months ago
- You must login to post comments
Please login first to submit.