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

notPower Automate (WDL) function reference

Invert a condition.

Syntax

wdl
not(expression)

Examples

wdl
not(empty(variables('rows')))
true / false
wdl
not(contains(item()?['Tags'], 'Excluded'))
true / false
wdl
not(and(variables('isApproved'), variables('isPaid')))
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