Loop Block
The Loop Workflow block is used to repeat a section of a Workflow a predefined number of times. This can be useful when the same operation needs to be completed multiple times. You can use a Loop, rather than having to recreate the same section of your Workflow over and over.
To use the Loop block, follow the steps below.
Note: The Loop block will continue to execute until the
Exit Value is zero. So, if the Exit Value
is set to 3, this whole operation will be performed 4 times.