Loop Continue

Continue to the next iteration of a loop in the current action.

When executed during a loop, this sub-action will skip the rest of the current iteration and continue on to the next iteration of the loop.

Read more in API > Sub Actions > Core > Logic > While