Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

MS flows multiple approval

(0) ShareShare
ReportReport
Posted on by 35

I need to set up an array so I can send out multiple approvals at the same time. I have set up a variable array but can't put the array in the "Assigned to" function of "Start and Wait for an Approval". 

 

How can I send out approvals to multiple approvers at the same time? 

My approvers are stored in sharepoint list. 

 

 

 

Banjojo21_0-1647683184119.pngBanjojo21_1-1647683244793.png

 

  • Verified answer
    Pstork1 Profile Picture
    67,047 Most Valuable Professional on at
    Re: MS flows multiple approval

    For that scenario you want 8 parallel branches or an apply to each loop based on an array with concurrency turned on.  The parallel branch design will be easier to maintain.

  • Banjojo-21 Profile Picture
    35 on at
    Re: MS flows multiple approval

    Thank you. My plan was to automate my HR process which is the clearance of the exiting employees. We have 8 departments for clearance before exiting. My idea was to send out approvals to them at the same time and send out an email to the exiting employee if their clearance is approved or rejected (which means they have pending deliverables to submit before they are cleared) and also to have a follow up email the the department head (approver) doesn't respond within 5 days or less. I'm thinking maybe I should create a flow designated  to each department. I'm not just sure if I can create multiple flow with only 1 trigger 

  • Pstork1 Profile Picture
    67,047 Most Valuable Professional on at
    Re: MS flows multiple approval

    I see two problems.

    1. When you add the email to varApprovers you need to also add a semicolon ; after the email dynamic content.  Otherwise you just get a string of emails with no delimiter
    2. Since you are using a semicolon delimited string you don't need the loop around the Start and Wait for Approval.  Just set it to all must approve and use varApprovers in the Assigned to field.
  • Banjojo-21 Profile Picture
    35 on at
    Re: MS flows multiple approval

    Here's the string setup looks like. 

     

    Banjojo21_0-1647842791395.pngBanjojo21_1-1647842803964.png

     

     

    Here's the error I'm encountering. 

     

    Banjojo21_2-1647842827844.png

     

  • Pstork1 Profile Picture
    67,047 Most Valuable Professional on at
    Re: MS flows multiple approval

    An array won't work.  As it says in the prompt it needs to be a string of email addresses separated by semicolons.  The separators need to be semicolons and it has to be email addresses, not display names or user objects.  What did the string you tried to use look like?

  • Banjojo-21 Profile Picture
    35 on at
    Re: MS flows multiple approval

    Hi @Pstork1,

     

    I stored the approvers in sharepoint and they are in multiple person/group column. I have set up an array because string wont work to assigned to in approvals, but when i'm checking the dynamic content the "array" doesnt shows up. 

  • Pstork1 Profile Picture
    67,047 Most Valuable Professional on at
    Re: MS flows multiple approval

    To send out an approval to multiple people at the same time you need to create a semicolon delimited string of the user's email addresses.  Where and how are the approvers stored?  Are they in a multiple select person/group field in SharePoint or specified in some other way?

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