Understanding the elements of the control flow is an important aspect of working successfully with RPA Designer. Control flow is a concept borrowed from computer science that refers to the order in which actions are performed in automation.
Proper control flow can be achieved through the intelligent use of variables and activities.
A complete list of these activities can be found in the Activities pane under Control.
The Control activities allow you to define rules and automate conditional statements within the project through if/else and for each statement or loops.
The Control activities allow you to define rules and automate conditional statements within the project using If / Else and For Each statements or loops. You can also add a delay between actions in order to perfectly time the activities.
Loops are an important part of automation because they allow users to easily check dependencies between variables, activities, and conditions. Once created, the user can run a segment of the automation a specified number of times, either until a condition is met or indefinitely.