Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
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.


  • Verified answer
    v-alzhan-msft Profile Picture
    on at
    Re: Send Emails To Multiple Addresses From A Powerapps Collection

    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.

  • efialttes Profile Picture
    14,756 on at
    Re: Send Emails To Multiple Addresses From A Powerapps Collection
    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!

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,651 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,999 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow