Loop
A Loop allows you to repeat the same Transaction and action steps two or more times.
Properties
-
At end of loop Sets how the Loop should be exited after all iterations have been executed. Available options are Exit with error or Exit without error.
-
Increment Value Value the Loop counter increments by on each iteration.
-
Iteration Count Sets how often the Loop will be executed. Default value is 2.
-
Start Value Value the Loop counter starts with.