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

itemPower Automate (WDL) function reference

Current item in Apply to each.

Syntax

wdl
item()

Examples

wdl
item()?['ID']
Loop item field
wdl
item()?['FileLeafRef']
The current loop item's file name
wdl
concat('Row: ', string(item()?['ID']))
"Row: 14"

Common mistakes & gotchas

Related Workflow Definition Language functions

From Referencing data

Used in these tutorials

← Back to the Power Automate (WDL) cheat sheet