How to Use Multiple Logical Operator (OR/AND) in the If Condition in Power Automate

 


Below the following steps will help to use multiple logical operator (AND/OR) in if condition.

1. if  ( %Fruits = 'Mango' OR Fruits = 'Orange' AND Vegetable = 'Tomato'%) then,

return True

End if

2. if (%Value_A = 2 AND Value_B = 5%) then,

Return True

End if


Happy Learning. Hope this help you :)

Post a Comment

0 Comments