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

triggerBodyPower Automate (WDL) function reference

The body of the trigger.

Syntax

wdl
triggerBody()

Examples

wdl
triggerBody()?['Email']
A trigger field
wdl
triggerBody()?['items']
The array/object under the "items" key of the trigger payload
wdl
equals(triggerBody()?['approvalStatus'], 'Approved')
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