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

Notifications

Announcements

Community site session details

Community site session details

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

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
    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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 538 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 405 Moderator

#3
abm abm Profile Picture

abm abm 252 Most Valuable Professional

Last 30 days Overall leaderboard