Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

In Forms, How Can I Send an Email to Everyone Listed in a Multiple Choice Field?

(0) ShareShare
ReportReport
Posted on by 2

Hello,

 

I have a Form with a multiple choice field. This field displays 10 email addresses.

 

When the Form executes, the user is supposed to select one or more email addresses.  At the end of the Form, I'd like to send an email to each email address selected by the user.

 

Can someone please help me understand how to accomplish this?

 

Thank you,

LanceB

  • LanceB Profile Picture
    2 on at
    Re: In Forms, How Can I Send an Email to Everyone Listed in a Multiple Choice Field?

    Thank you very much, Rubin.

     

    I will give that a try.

     

    LanceB

  • rubin_boer Profile Picture
    4,841 Super User 2024 Season 1 on at
    Re: In Forms, How Can I Send an Email to Everyone Listed in a Multiple Choice Field?

    hi @LanceB 

     

    if i am understanding you correct, give the following a try.

     

    your record will look something like this ["a@.b.com", "b@c.com", "c@d.com"]

    you wish to send an email to all of them a,b and c.

     

    consider the email addresses is saved with a delimiter, in this case ","

    to simulate i will add (add a variable) it to a variable varEmails as an array and initialise it with ["a@.b.com", "b@c.com", "c@d.com"]

    Then add a control loop apply to each

    in the control loop add send email 

    set to: CurrentItem

    Subject: as you wish

    Body: as you wish

     

    it will look something like this

    rubin_boer_1-1651506883822.png

    The result

    Peek 2022-05-02 17-55.gif

     

    Hope it helps,

    R

     

     

     

     

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1