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

itemsPower Automate (WDL) function reference

Item of a named loop.

Syntax

wdl
items('loopName')

Examples

wdl
items('Apply_to_each')?['Status']
Loop item field
wdl
items('Apply_to_each')?['Title']
The named loop's current item field

Naming the loop lets an inner Apply to each reach an outer loop's current item.

wdl
items('Apply_to_each_2')?['SKU']
A field from the outer loop, read inside a nested loop

Common mistakes & gotchas

Related Workflow Definition Language functions

From Referencing data

Used in these tutorials

← Back to the Power Automate (WDL) cheat sheet