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 Apps / Handle parallel approv...
Power Apps
Unanswered

Handle parallel approval in powerapps

(1) ShareShare
ReportReport
Posted on by 603
I have built a canvas app with parallel approval in place. I am using Power Automate to just send email notifications.
 
Rest all approval actions and status update i am handling via powerapps. The approval diagram looks similar to below.
 
 
I have handled 1st two sequential actions without any issues. While handling parallel actions, I have sent out email notifications to all Owners (i.e. Sandra, Chris, Peter) successfully via flow.
 
The status at step 3 is Pending Owner Approval and at step 4 is Pending Vendor Approval.
 
May i know how to determine whether all 3 owners have approved so that i can amend the status to Pending Vendor Approval? Since its parallel actions, any owner can approve first.
 
Step 3 i.e. Owner approval is a gallery with Items property as the choice column (multiselect)
 
Gallery Items Property
ThisItem.'List of data distributed (Choice)'
 
Gallery Label
LookUp('Approver List',Title=ThisItem.Value,Approver.DisplayName)
Approve Button OnSelect
If(
    LookUp(
        DS,
        ID = varapproveID,
        'Status of request'
    ) = "Pending Level2 Approval",
    Patch(
        DS,
        LookUp(
            DS,
            ID = varapproveID
        ),
        {
            'Status of request': "Pending Approval from Owner",
            APPROVED_DATE: Now()
        }
    )
);
 
Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    156,277 Most Valuable Professional on at
    This may be a bit basic, but if you had three fields Approver1/2/3 and write back to each with the parallel branches, you could test if all are completed. If you just want a count, you could have a numeric field Approvers set at Default zero and increment by 1 each time a branch is approved - you would then test for 3 approvers.

    Please click Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like.
    MVP (Business Applications)     Visit my blog Practical Power Apps    Buy me a coffee

  • Iantaylor2050 Profile Picture
    603 on at
    Hi @WarrenBelz,
     
    The number of approver is dynamic. I can have even 5 approvers as it depends on the combobox selection. If i select 5 options from combobox, it will be routed to 5 users for parallel approval.
     
    May i know how to handle that on the Approve button OnSelect? The status should be updated from "Pending Approval from Owner" to "Pending review from implementer" only when all 5 has approved in this case.
     
    Also, at each parallel approval step, I need to update the timestamp on when it was approved and show it in the below diagram.
     
     
  • WarrenBelz Profile Picture
    156,277 Most Valuable Professional on at
    I cannot see your model or data, but if the number of approvers are dynamic, then maybe go the second option I mentioned and set the numeric field to that number, decrease by one on each branch of the Flow as it is approved, then test for a value of zero to set the status and send for vendor approval.
  • WarrenBelz Profile Picture
    156,277 Most Valuable Professional on at
    Just following up to see if you received the answer you needed, or if you require further assistance.

    Please click Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like.
    MVP (Business Applications)     Visit my blog Practical Power Apps    Buy me a coffee

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 396 Most Valuable Professional

#2
11manish Profile Picture

11manish 134 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 101 Super User 2026 Season 2

Last 30 days Overall leaderboard