Help Centre › Building Processes
This article describes the RPA File functionality to load data from file.
For a full list of available functions, please read FILE functions.
Description
The FILE Load data from file function allows you to load data from file.
Setting it up
To use the FILE Load data from file function, follow these instructions:
{{popups:rpas/add:action=local-data-load}}
Once on a process map:
- Navigate to the process where you would like to add the FILE Load data from 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 Load data from file option
- Click "Add" once you are done
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| File | Yes | Text | - | The path to the data file |
| Variable | Yes | Text | - | Variable to store the loaded data |
| Overwrite | No | Switch | Off | Overwrite existing file |
Output variables
| Variable | Type | Description |
|---|---|---|
| Variable | Object | The loaded data |
Errors
| Error | Description |
|---|---|
| File not found | The data file does not exist |
Tips
- Loads data from a local file into a variable