Describes how to use the List iterator step
Description
List iterator is a control flow statement for traversing items in a collection (result sets or fields many). This step allows other steps to be dropped in. The behavior of this step will encapsulate the behavior of the nested steps.
Category
Control
Inputs
Label | Type | Required | Default | Visibility | Description |
---|---|---|---|---|---|
Iterable list |
|
yes |
Always |
The list of elements to be traversed. |
Outputs
Name | Type | Description |
---|---|---|
nextElementName |
|
The name of the next element in the list. |
Sample

The flow starts, the foreach step updates and saves each of the records found in the find data step and then the execution finished with the end step.