Loop
You use a
loop (
) to repeat the execution of
steps within the loop. The loop continues to run while the end condition
returns true (while loop).
To specify the end condition, use the condition editor.
For examples of how to use a loop, see:
Example: Collecting and Bundling Messages from One Interface