Retry Scope activity in UiPath RPA

The Retry Scope activity allows you to repeat the execution of enclosed activities as long as a specific condition isn't met or an erro…


Error and Exception Handling in UiPath Studio

System and Business exceptions Errors are events that occur in a program and can't be handled normally. On the other hand, exceptions a…


Targeting Methods in UiPath RPA

What's Target? A target refers to a specific UI element that we want to interact with. It could be any component on the user interface,…


What are the UI synchronization activities and features in Uipath Studio?

In the modern design experience, UiPath offers a range of UI synchronization activities. These activities include: Check App State Activity…


What is a dictionary variable in UiPath RPA?

Dictionary variables (Dictionary<TKey, TValue>) are collection type of variables of (key, value) pairs, in which the keys are unique.…