Help Centre › Functions & Formulas
This article describes the RPA Data functionality to save data.
For a full list of available functions, please read DATA functions.
Description
The DATA Save data function allows you to save data.
Setting it up
To use the DATA Save data function, follow these instructions:
{{popups:rpas/add:action=data-save}}
Once on a process map:
- Navigate to the process where you would like to add the DATA Save data 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 Save data option
- Click "Add" once you are done
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Path | Yes | Text | – | Storage location or key for the data. |
| Key / Value pairs | Yes | Key-Value | – | The data to save as key-value pairs. |
| Overwrite | No | Boolean | Off | Overwrite existing data with the same key. |
Output variables
This action does not produce any output variables.
Errors
| Error | Description |
|---|---|
| Save failed | The data could not be saved to the specified location. |
Tips
- Use data-load to retrieve saved data later in the process.