How to Send email copying (cc) from rows("code") as Cc recipients

Hello,

If you are sending for each recipients, inside for each row you can get the mail id and use send email activity.

If you are sending the mail together to all the recipients, inside for each loop use an assign activity and append all the emails together like this:


Don’t forget to initialise the CCEmail variable will empty quotes (“”)
In the end, pass the variable to cc property while sending mails.

Thanks!
Athira

3 Likes