Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

How to skip some steps of a flow if a condition is not encountered

(0) ShareShare
ReportReport
Posted on by

Hello everybody,

 

I couldn't find a tip to my question in the forum:

 

I would like my flow to skip some actions if a solution is not encountered.

In the first pic, you see I check if there is an attachment in a form, but if there is not, the subsequent checks will also be empty. So I would like the flow to ignore the next checks. See second pic, I find it hard to explain 🙂

 

Thank you for the help !

 

 

pic1: subsequent conditions (check Axs01, Axs02, Axs03...)

Flow PowerAutomate05.PNG

Pic2: if condition not encountered, skip...

Flow PowerAutomate06.PNG

 

  • Paulo44 Profile Picture
    on at
    Re: How to skip some steps of a flow if a condition is not encountered

    Thank you for your reply,

     

    in fact, i simplified my condition to have nothing in my false check, so it did the same as you suggested, just skip to the next check and hit the false side...

  • Verified answer
    ivan_apps Profile Picture
    2,187 Super User 2025 Season 1 on at
    Re: How to skip some steps of a flow if a condition is not encountered

    You can create a variable before your checks and call it 'skip_checks' and set it to boolean - FALSE. 

    Then if any of your checks fail, set the skips_checks variable to TRUE.

    Then modify your conditions to include "skips_checks is equal to false" + your specific checks. Your IF conditions then will read your previous check failed, and won't go inside the "yes" condition. 

    It won't really "skip over" the steps like your diagram, but rather quickly hit the false condition.

     

    Hope that helps!

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