Help Centre › Building Processes
This article describes the RPA File functionality to save data to file.
For a full list of available functions, please read FILE functions.
Description
The FILE Save data to file function allows you to save data to file.
Setting it up
To use the FILE Save data to file function, follow these instructions:
{{popups:rpas/add:action=local-data-save}}
Once on a process map:
- Navigate to the process where you would like to add the FILE Save data to file 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 FILE Save data to file option
- Click "Add" once you are done
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| File | Yes | Text | - | The path to save the data |
| Overwrite | No | Switch | Off | Overwrite if file exists |
| Variable / Value pairs | Yes | Table | - | Data to save |
Output variables
This action does not produce output variables.
Errors
| Error | Description |
|---|---|
| Path invalid | The file path is invalid |
Tips
- Saves data to a local file for persistence between runs