Skip to main content

Download File

The Download File component in Robbot RPA enables you to effortlessly download files from a specified URL. This component simplifies the process of file downloading and provides a user-friendly interface for seamless integration into your workflows.

Parameters

URL : Enter the URL where the file is located. Provide the complete and valid URL of the file you want to download. Type : String

File Path : Click the button and select the folder where you want to save the downloaded file. Choose the desired folder location using the folder browser interface. Type : String

File Name : Enter the name of the file you want to create, along with its extension. Specify a unique name for the downloaded file to avoid overwriting existing files. Type : String

Result : The Download File component returns the full file path of the downloaded file as a string value. This path represents the location and name of the file within the specified folder. Type : String

Usage

To use the Download File component in your Robbot RPA project, follow these steps:

Drag and drop the Download File component into the sequence.

Configure the component by providing the necessary inputs:

Set the URL parameter by entering the valid URL where the file is located. Set the File Path parameter by clicking the button and selecting the folder where you want to save the downloaded file. Enter the desired File Name along with its extension. Continue building your sequence by adding other components or actions as needed.

Execute your sequence to initiate the download of the specified file from the provided URL to the designated folder.

Ensure that you have a stable internet connection and appropriate access permissions to download files from the specified URL. Verify that the URL is correct and accessible to ensure successful file downloading.

By leveraging the Robbot RPA Download File component, you can seamlessly integrate file downloading into your sequences, enhancing the automation capabilities of your Robbot RPA project.