Definition and Usage
The For each command is used to iterate through a set of commands on a list of specified items.
Parameters Values
Parameter | Description |
Select a list | Select a list of variables or numbers |
Save loop item as | Save the loop item as a new variable |
Example
Parameter setup:
Table1
Workflow:
This workflow will loop through the "Table1
", saving each row as a new variable named "loopItem0
". For each row, the "Item" column will be printed and the loop will end after the last row is reached.
Log: