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 / Multiple Approvers Out...
Power Automate
Unanswered

Multiple Approvers Outcomes

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi all,

 

I have created a flow whereby a new item being created in a SharePoint list triggers an approval email being sent out to the Leadership Team. Upon their decision (Approve / Reject), an email is generated, informing the owner of the new item of the outcome (Approved / Rejected). This is then also reflected in the SharePoint list where the status is altered from 'Awaiting Decision' to 'Approved / Rejected'.

 

However, the issue is that if the responses are not unanimous (All Approved / All Rejected) then I need an email to be sent out to the entire Leadership team + the owner of the new item created. Does anybody know if this is possible?

 

Many thanks in advance.

Categories:
I have the same question (0)
  • manuelstgomes Profile Picture
    6,625 on at

    Hi @Anonymous 

     

    Sure it's possible. You need first to configure your Approval action to "Everyone Must Approve". Then you'll get a combination of "Approve" and "Reject" that you need to parse. If you want the Global Outcome you can use the "OUtcome", but this will be a comma-separated string with all the answers, for example, "Approve, Reject, Approve". What I would do is the following. Do a split by "," using a "Rejected" then send an email.

    Screenshot 2020-02-25 at 10.18.41.png

     

    split(body('Start_and_wait_for_an_approval')?['outcome'],',')

     

    If I have answered your question, please mark your post as Solved.
    If you like my response, please give it a Thumbs Up.
    ​
    Cheers
    Manuel

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi Manuel,

     

    Thank you for the reply. I am still a little unsure on how to structure the flow. I write down the flow as logically as I can, and maybe you could point out some suggestions?

     

    1. Item created on SharePoint

    2. Email sent out to Leadership Team (Options: Approve, Reject, Request Meeting)

     

    Up to this point, I am fine. However, it is the responses that has me stuck:

     

    1. All Approved = Approval Email sent out

    2. Mixed Responses or Request Meeting = Email sent out requesting a Meeting

    3. All Reject = Rejection Email sent out

     

    Does this make sense? Sorry if any of this seems silly, I'm still learning 😛

     

     

     

     

     

  • manuelstgomes Profile Picture
    6,625 on at

    Hi @Anonymous 

     

    It makes perfect sense. Check out the following to see if it helps you.

     

    Let's break it down into parts:

     

    Trigger

    This one is easy. Trigger when a new item is created and send the email to everyone.

    2020-02-26 13_35_28-Edit your flow _ Power Automate.png

     

    Parse the results

    2020-02-26 13_35_34-Edit your flow _ Power Automate.png

     

    First, we split the results:

    split(body('Start_and_wait_for_an_approval')?['outcome'],',')

    and then check if there are duplicates:

    union(outputs('Compose'))

     

    Acting upon the results

    Then you need to do the actions in each path. First, we check if all the replies are the same. If they are, we have:

    1. All Accepted -> Send email

    2. All Request for the meeting -> Send Request for meeting

    3. All Rejected -> Send rejection email

     

    2020-02-26 13_42_50-Edit your flow _ Power Automate.png

     

    length(outputs('Distinct_of_elements'))

     

    2020-02-26 13_35_55-Edit your flow _ Power Automate.png

     

    If there is more than one element, the send request for the meeting.

     

    Makes sense?

     

    If I have answered your question, please mark your post as Solved.
    If you like my response, please give it a Thumbs Up.
    ​
    Cheers
    Manuel

     

     

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi Manuel,

     

    Thank you for your help (again).

     

    I tested the flow, using myself as the "Approver" and upon receiving the Approval Email, I marked "Approve". However, the email response I received what that a meeting had been requested. Not quite sure what I have done wrong - any idea?

     

    Many thanks again.

     

    Luis

     

    PowerAutomate.PNG

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!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 62 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 58

#3
Expiscornovus Profile Picture

Expiscornovus 39 Most Valuable Professional

Last 30 days Overall leaderboard