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

variablesPower Automate (WDL) function reference

Read a flow variable.

Syntax

wdl
variables('name')

Examples

wdl
variables('counter')
Variable value
wdl
add(variables('counter'), 1)
The counter variable plus one
wdl
concat(variables('firstName'), ' ', variables('lastName'))
A concatenated full name

Common mistakes & gotchas

Related Workflow Definition Language functions

From Referencing data

Used in these tutorials

← Back to the Power Automate (WDL) cheat sheet