Help Centre › Building Processes
This article describes the RPA File functionality to move downloaded file.
For a full list of available functions, please read FILE functions.
Description
The FILE Move downloaded file function allows you to move downloaded file.
Setting it up
To use the FILE Move downloaded file function, follow these instructions:
{{popups:rpas/add:action=file-move-downloaded}}
Once on a process map:
- Navigate to the process where you would like to add the FILE Move downloaded 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 Move downloaded file option
- Click "Add" once you are done
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Destination | Yes | Text | - | The destination path to move the file to |
| Overwrite | No | Switch | Off | Overwrite if a file already exists at the destination |
Output variables
This action does not produce output variables.
Errors
| Error | Description |
|---|---|
| No download found | No recently downloaded file was found |
| Destination exists | A file already exists at the destination and overwrite is off |
Tips
- Moves the most recently downloaded file to the specified destination
- Use after file-downloaded or browser download actions