Help Centre › Functions & Formulas
This article describes the RPA Data functionality to calculate.
For a full list of available functions, please read DATA functions.
Description
The DATA Calculate function allows you to calculate.
Setting it up
To use the DATA Calculate function, follow these instructions:
{{popups:rpas/add:action=calculate}}
Once on a process map:
- Navigate to the process where you would like to add the DATA Calculate 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 DATA Calculate option
- Click "Add" once you are done
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Variable / Formula pairs | Yes | Key-Value | – | Pairs of variable names and the formula to calculate their value. |
Output variables
| Variable | Type | Description |
|---|---|---|
| Variables | Various | Each variable is set to the result of its formula. |
Errors
| Error | Description |
|---|---|
| Formula error | The formula contains a syntax error or invalid reference. |
Tips
- Supports all CALC functions (e.g. SUM, IF, ROUND, CONCAT). See the calculation functions help article.
- Use {variable_name} syntax to reference other variables in formulas.