Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Flow with multiple conditions, how to make it simpler

(0) ShareShare
ReportReport
Posted on by 909 Super User 2024 Season 1

Hi,

 

I have a long flow that updates item based on many conditions -

 

wonka1234_0-1698687389025.png

 

wonka1234_1-1698687437020.png

and if the condition is No it is another condition statement. I have 8 of these.

 

Anyway to simplify this?

  • Verified answer
    v-bofeng-msft Profile Picture
    on at
    Re: Flow with multiple conditions, how to make it simpler

    Hi @wonka1234 ,

     

    You could use expression to update the fields instead, for example:

    if(
     or(
     and(equals(triggerOutputs()?['body/Column1'],'Yes'),equals(triggerOutputs()?['body/Column2'],'xxx')),
    	 and(equals(triggerOutputs()?['body/Column1'],'Yes'),equals(triggerOutputs()?['body/Column3'],'xxx'))
    	),
    	'Value1',
    	'Value2'
    )

     

    Best Regards,

    Bof

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