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

parametersPower Automate (WDL) function reference

Read an environment parameter.

Syntax

wdl
parameters('name')

Examples

wdl
parameters('ApiBaseUrl')
Parameter value
wdl
concat(parameters('ApiBaseUrl'), '/orders')
A full URL built from an environment parameter
wdl
equals(parameters('Environment'), 'Production')
true / false

Common mistakes & gotchas

Related Workflow Definition Language functions

From Referencing data

Used in these tutorials

← Back to the Power Automate (WDL) cheat sheet