Iterator¶
Description
This component iterates on a list of records, returning the records one by one. It is also possible to configure the parallel execution of the iterations.
Input Parameters
The list of records on which to iterate.
Output Values
For each iteration, the component returns the corresponding record from the input list. The input list’s order is preserved.
Details of the Component
See section Use of the Iterator Component for an in-depth explanation of the component.