Skip to main content
[Command] End (Loop)
Sophie avatar
Written by Sophie
Updated over a week ago

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.

Did this answer your question?