Download File
The Download File component in Robbot RPA allows you to download a file from the specified remote desktop path to your current desktop. This component provides a convenient way to retrieve files from the remote desktop and save them locally for further processing or analysis.
Parameters
Remote File Path* : Specify the directory path of the file you want to download from the remote desktop. Enter the path of the file on the remote desktop. Type** : String
Download File Directory : Enter the folder path on your current desktop where you want to save the downloaded file. Provide the path of the folder where you want the file to be saved. Type : String
Result : Returns the status of the file download operation. This parameter indicates whether the file was successfully downloaded (True) or encountered an error (False). Type : Boolean
Usage
To use the Download File component in your Robbot RPA project, follow these steps:
Drag and drop the Download File component into your sequence or workflow.
Configure the component by providing the necessary inputs:
Insert the directory path of the file you want to download from the remote desktop.
Enter the folder path on your current desktop where you want to save the downloaded file.
Continue building your sequence or workflow by adding other components or actions as needed.
Execute your sequence or workflow. The Download File component will attempt to download the specified file from the remote desktop to your current desktop.
Check the Result output parameter to determine the status of the file download operation.
By incorporating the Download File component into your automation workflow, you can easily retrieve and save files from the remote desktop, enabling you to access and process them locally in your Robbot RPA project.