Definition and Usage
The End command is used to mark the end of a loop.
Note: An End command must be used with a loop command.
Parameters
Example
This workflow will iterate the loop for 10 times and save the current index as a new variable named "loopIndex" and then end the loop.