Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Skip Approval action if the Approver is not assigned or empty

(0) ShareShare
ReportReport
Posted on by 2

Good day! Could you help me in my approval flow.
I have One required approver and when other approvers are not assigned i want to skip the approval action to continue the flow


*Power apps*

Power apps.PNG



  • Milly Profile Picture
    2 on at
    Re: Skip Approval action if the Approver is not assigned or empty

    Hello sir, did you see my attached image? There is my powerautomate flow.

  • v-jefferni Profile Picture
    on at
    Re: Skip Approval action if the Approver is not assigned or empty

    Hi @Milly ,

     

    I think you can use a Condition control first, checking how many approvers are selected from PowerApps. If there is only one approver, no need to judge the first approval outcome.

     

    So, in PowerApps you can create a Collection to include all the approvers selected in those Combo boxes before triggering the flow:

    ClearCollect(colApprovers, Combobox1.Selected.Email, Combobox2.Selected.Email, Combobox3.Selected.Email, ...);Flow.Run(Concat(colApprovers, Email, ";"), ...)

    So the Emails are passed to the flow, in you flow Condition control use split and length functions to make them in an array and check the number of Emails:

    length(split(Ask in PowerApps, ';'))

     

    Best regards,

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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May 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 566 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 516 Super User 2025 Season 1

#3
stampcoin Profile Picture

stampcoin 492