About the Loop Adapter

You can use the Loop adapter to run subflows while incrementing a parameter’s value, to run subflows for array elements, to run subflows while iterating through values, to run subflows based on conditions, and to run subflows until conditions are met.

See Also
Considerations When Using the Loop Adapter
About Parallel Loop Execution

The Loop adapter consists of four loop types, which differ in the way that conditions are expressed as follows:

Loop Type Description
For Runs subflows while continuously incrementing the value of a selected parameter.
For Each Runs subflows while iterating through a list of values for a selected parameter.
While Runs subflows if a specified condition is met.
Do Until Runs subflows until a condition is satisfied. The number of executions is not constant.