Exit
Modified on Sun, 11 Jun 2023
You can use Exit node when you want to break an iteration from the For node, based on a condition.
EgIn the below example, if you have a For loop that iterates through a list of numbers and you want to exit over the iteration when the number is equal to 5, you can use a Exit node with the condition: var1==5 (assuming var1 is the variable containing the number being iterated).
See Also
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article