Skip to main content

Continue Loop

Command description

Skips the remaining commands in the current iteration and starts the next iteration. This is equivalent to Python continue and can be used in Count Loop, Conditional Loop, List Loop, and Infinite Loop.

Command Input Parameters

None

Command Output Parameters

None

Example

Find the Baidu webpage while iterating through JD.com, Taobao, Baidu, and Xiaomi. The workflow line numbers run in this order: 1 -> 2 -> 3 -> 4 -> 2 -> 3 -> 4 -> 2 -> 3 -> 5 -> 2 -> 3 -> 4