Download File
Downloads a file from a specified location
Category: API & HTTP Communication · Group: General · Activity name: DownloadFile

Example
outputVariable = DownloadFile("<url>", extraHeaders={}, outputPath="<outputPath>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| URI | string | Yes | URI of the file to download | |
| Request Headers | object | Define extra headers to be added to the request | ||
| Download Path | string | Path where the file is downloaded. The path must also contain the desired file name and appropiate extension. |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | string | Specifies the name of the variable that stores the file path |