Operations (sample payloads)

Main operations

Break

Break out of the loop (execute the first step after the loop) Sample Input

{}

Sample Output

{}

Continue

Interrupt current loop iteration and continue to the next one Sample Input

{}

Sample Output

{}

Was this page helpful?