For Each
The For Each
loop in the Robbot RPA application allows you to iterate over a collection or a set of elements and perform a set of actions for each element.
Parameters
- Condition: The condition that determines when to continue looping. This condition typically checks if there are more elements in the collection to iterate over.
- Body: The set of actions to be performed for each element in the collection.
Usage
Set the initial condition for the "Condition" parameter.
Specify the actions to be performed for each element within the "Body" parameter.
Execute the "For Each" loop.
The loop will iterate over the collection, performing the specified actions for each element, until the condition is met.