web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Send Emails To Multipl...
Power Automate
Answered

Send Emails To Multiple Addresses From A Powerapps Collection

(0) ShareShare
ReportReport
Posted on by 162

I'm using powerapps to collect a list of email addresses. Works perfectly.

But now I want to use a PowerAutomate Flow to send an email to each of these addresses but I'm not sure how to access each one into the command line.


Categories:
I have the same question (0)
  • efialttes Profile Picture
    14,756 on at
    Hi!
    "I'm using powerapps to collect a list of email addresses. "
    Are you currently storing them somewhere, lile a sharepoint list item or a CDS record?
    Thanx!
  • Verified answer
    v-alzhan-msft Profile Picture
    Microsoft Employee on at

    Hi @PeterDonohue ,

     

    You could refer to link below to send the collection data from PowerApps to flow:

    https://www.powerobjects.com/blog/2019/09/19/send-a-collection-from-powerapps-to-flow/

    You could refer to link below to start a flow on PowerApps:

    https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/using-logic-flows

     

    Ans I have made a test on my side to create a collection as below:

    1.png

     

    Add a button, the Onselect property to run the flow name "PoserAppsbutton"set to:

    PowerAppsbutton.Run(JSON(ProductList))

     

    Then you could refer to screenshot below to create the flow:

    1.png

     

    The schema as below:

    {
     "type": "array",
     "items": {
     "type": "object",
     "properties": {
     "Email": {
     "type": "string"
     },
     "Product": {
     "type": "string"
     }
     },
     "required": [
     "Email",
     "Product"
     ]
     }
    }

     

     

    Best regards,

    Alice       

     

    Community Support Team _ Alice Zhang
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 641

#2
Vish WR Profile Picture

Vish WR 640

#3
Haque Profile Picture

Haque 495

Last 30 days Overall leaderboard