Skip to main content
The Get Properties From Each action reads the same property paths from every object in a list. Each requested property becomes an output list aligned with the input objects.

Inputs

Outputs

Every property entry creates a list output: For:
Requesting name and score creates outputs equivalent to:
The output lists preserve input order and have one position per object. A missing property contributes an undefined value at that position.
Dot and bracket paths such as customer.name or items[0].sku can collect nested values.