Download Resource
Downloads a resource file from the project to a local path.
Category: File & Folder Operations · Group: Files · Activity name: DownloadResource

Example
outputVariable = DownloadResource("<outputPath>", resourceId="<resourceId>", resourceName="<resourceName>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Resource | resource | The resource to download. Either this or Resource Name must be provided. | ||
| Resource Name | string | Alternative to Resource dropdown. Exact name match within the project. Workflows using this will break if the resource is renamed. | ||
| Save To Path | string | Yes | The full system path where the file should be saved. |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | string | The path where the file was saved. |