Skip to main content

Download Resource

Downloads a resource file from the project to a local path.

Category: File & Folder Operations · Group: Files · Activity name: DownloadResource

The DownloadResource activity in the designer

Example

outputVariable = DownloadResource("<outputPath>", resourceId="<resourceId>", resourceName="<resourceName>")

Inputs

NameTypeRequiredDefaultDescription
ResourceresourceThe resource to download. Either this or Resource Name must be provided.
Resource NamestringAlternative to Resource dropdown. Exact name match within the project. Workflows using this will break if the resource is renamed.
Save To PathstringYesThe full system path where the file should be saved.

Outputs

NameTypeDescription
outputVariablestringThe path where the file was saved.