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

outputsPower Automate (WDL) function reference

Outputs of a named action.

Syntax

wdl
outputs('actionName')

Examples

wdl
outputs('Compose')
Action output
wdl
outputs('Send_an_HTTP_request')?['body']?['id']
A value from the HTTP response body

Some actions expose statusCode/headers directly on their outputs, not just body.

wdl
outputs('Compose')?['statusCode']
200

Common mistakes & gotchas

Related Workflow Definition Language functions

From Referencing data

Used in these tutorials

← Back to the Power Automate (WDL) cheat sheet