Cheat Sheets/Power Automate/or
Power Automate (WDL) function

orPower Automate (WDL) function reference

Any condition true.

Syntax

wdl
or(expression1, expression2, ...)

Examples

wdl
or(equals(s, 'A'), equals(s, 'B'))
true / false
wdl
or(equals(item()?['Priority'], 'High'), equals(item()?['Priority'], 'Critical'))
true / false
wdl
or(empty(item()?['Email']), empty(item()?['Phone']))
true / false

Common mistakes & gotchas

Related Workflow Definition Language functions

From Logic & comparison

Used in these tutorials

← Back to the Power Automate (WDL) cheat sheet