How to continue or exit a loop (while)?

The newest version of UiPath has an “Invoke Code” activity that will allow you to execute arbitrary VB code:

You can also “program” any kind of branching behaviour in Flowcharts, using Decision stages for the main loop condition and any internal branches.

Here are two UiPath examples of your loop code, modified with a Write Line to make it do something :wink::

1 Like