Difference between revisions of "Control flow: Continue loop"
(Created page with "<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> This action will skip any subsequent actions within the loop and revert back to th...") |
(No difference)
|
Revision as of 22:04, 12 February 2024
This action will skip any subsequent actions within the loop and revert back to the start of the loop. If this action is placed outside of a loop then it will be ignored.