How to use the Continue activity

Hi @YY.Hui,

Welcome back to the Community.

If you need to continue on exception, you need to use try catch. If you want to skip the loop based on some condition, you can use “Continue”. Please find the below example.

3 Likes