For Each
For Each is and an advanced Route Step that lets you loop through a list of items and call into a new Route Target for each item in the list.
Each item is processed in turn with the Route Target called and subsequent items in the list only being processed once the Target Route returns.
If the Target Route hangs up the call, no further items will be processed.
...
The name of the variable that contains the list. The list must have been loaded into the variable in a prior step.
Dto Variable Name
The name of a variable to create to hold the item that is being processed.
...