Break From Repeat and Restart From Beginning

Hi, I have a macro like this:

Normally it only need repeat around 8-15 times, so I set an "if situation'' in Group-1 to cancel this macro if the "repeat" don't need to go on.

I have a requirement is how can stop the process and start from "group-1" again if "group-3" met some situation?

Thanks.

You can use the "Continue Loop" action to skip to the end of the loop, missing out the rest of your Groups and actions, and the "Repeat" will continue if there are still executions left.

2 Likes