Is there a way to immediately exit out of a while loop?

Hi,

We can use While activity which can be exit loop by Break activity, if use UiPath.System.Activities Package 20.4. If you want to use this while and break activities, you need to replace to new while activity because it’s not compatible with previous one.

1 Like