Sending email to multiple users

Hello Everyone,

I have a table that consist of multiple email addresses. For the action “Send Email” it takes recipient as a parameter but I can’t input the email address column as a parameter. Is there a way to implement?

Thanks in advance

There are 2 options possible:

  1. Use iterations to send the email to multiple recipients, one recipient per iteration.
  2. Alternatively, make a parameter with all recipients’ emails concatenated and separated by a comma.

Thanks for fast reply.

I want to automate and when someone’s email address changes I don’t want to do it manually it’s not very efficient.
First solution sounds great but the problem is I want to send one email to multiple recipients. Is that possible in any way?

Both solutions allow sending one email to multiple recipients. Why do you think it’s impossible with iterations?