The Loop operator enables the execution of a set of subsequent actions multiple times, either by iterating over a Data Set or by running a defined number of times based on a numerical Range. This operator is fundamental for handling iterative processing tasks within a workflow.
Perform these steps to configure the Loop operator in your workflow:
Drag and drop the Loop operator onto the workflow canvas.
Click the operator to open the properties pane.
In the Name field, enter a descriptive name for the loop operator.
In the Description field, add details about the loop operation.
Under Set Loop Parameters, use the Loop drop-down to select the iteration type:
On: Select this option to iterate through the items of a data set.
Range: Select this option to define a numerical range for a specified number of iterations.
If On is selected, specify the Data Set to iterate over in the corresponding field, or use $ for suggestions.
If Range is selected, define the numerical range (Start, Stop, and Step) for the loop iteration.
Click Save.