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

andPower Automate (WDL) function reference

All conditions true.

Syntax

wdl
and(expression1, expression2, ...)

Examples

wdl
and(variables('active'), variables('paid'))
true / false
wdl
and(greater(variables('total'), 0), less(variables('total'), 10000))
true / false
wdl
and(equals(item()?['Status'], 'Open'), not(empty(item()?['AssignedTo'])))
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