File Downloader
The File Downloader component automatically fetches files from an API Source URL and stores them directly in your Robility Flow File Manager. This enables downstream workflow components to access external assets such as documents, datasets, or media files, completely hands-free.
Parameters
| Parameter | Description |
|---|---|
| File URL | The API Source URL of the target file to download. |
| Custom filename | The name assigned to the saved file within the Robility Flow File Manager. Accepts static text or dynamic variables (e.g., invoice.pdf). |
| Follow redirects | When enabled, HTTP automatically follows redirects to reach the final file destination. |
| Timeout (seconds) | Maximum wait time for the download request to complete before the operation times out. Default: 30 seconds. |
| Retry count | The number of automated download attempts if the initial request fails. |
| Delay between retries (s) | Wait time between consecutive retry attempts. Default: 1 second. |
| Delay before execution (s) | Time to wait before the component starts processing. Default: 0 seconds. |
| Delay after execution (s) | Time to wait after the component finishes processing. Default: 0 seconds. |
| Continue on Error |
Determines the behavior when an unrecoverable error occurs:
Stop Workflow – Halts workflow execution. Continue – Skips this step and continues without passing the error downstream. Continue Using Error Output – Continues execution and routes error details through the error output handle. |
Output
| Output | Description |
|---|---|
| Result | Stores the local file path where the downloaded file is saved, enabling subsequent workflow components to reference it. |
How to Use the Component
1.Configure Source URL: Enter the direct URL (web address) of the file you want the component to download.
2.Set Custom Name (Optional): Specify a filename in the Custom filename field if you need a specific naming convention or file extension.
3.Execute Workflow: Run the workflow to automatically pull and store the file in your Robility flow File Manager.
Accessing Downloaded Files
a. Open the workflow canvas menu and select File Manager.
b. View the file inventory list and locate your downloaded file.
c. Click the three-dot menu next to the item and choose Download to save it directly to your local.