UiPath While Loop Example

UiPath While Activity Example

If you’re interested in a quick UiPath While Loop example and explaination, this quick video will do the trick.

In the video, we create a new project, add the UiPath while activity, garner some user input, and based on that info, add a condition that will either continue or enter the loop.

If you wanted to learn how the UiPath while loop works, this example is for you!

Get UiPath Certified

Note that the activities inside a While are only executed if the Condition is Yes. The Condition is checked before executing the activities inside.

On the other hand, a Do While executes the activities inside it first, then checks the Condition.

1 Like

Couldn’t have said it better myself!

Thanks.