Google News
logo
UiPath - Interview Questions
Why do we use 'do while' activity?
The 'do while' activity is a condition used to execute any particular part of the automation project when the condition is true. If the specified condition doesn't meet, means the condition is false, the project exits the loop. It can be used to step through array elements in the automation project in UiPath. The activity is also useful to execute any specific activity multiple times. We can easily increment counters if we want to browse through array indices or when we want to step through a list of items.
Advertisement