Help Centre › Building Processes
This article describes the RPA Loop functionality to while.
For a full list of available functions, please read LOOP functions.
Description
The LOOP While function allows you to while.
Setting it up
To use the LOOP While function, follow these instructions:
{{popups:rpas/add:action=loop-while}}
Once on a process map:
- Navigate to the process where you would like to add the LOOP While function
- Click on the green button’s drop-down (right side of the green button labelled “Process”)
- On the menu that appears, click on the “+ Activity” item
- From here you can select the LOOP While option
- Click "Add" once you are done
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Variable | Yes | Text | - | Variable to evaluate |
| Max iterations | No | Number | - | Maximum iterations |
| Operator | No | Select | - | Comparison operator |
Output variables
This action does not produce output variables.
Errors
This action does not produce specific errors.
Tips
- Loops while the variable condition is true
- Always set a max iterations to prevent infinite loops