Download File From Cloud

You can select this activity to download a file from the cloud to a local file path within the tenant environment.

This table lists the properties for the activity.

Property Type Property Name Data Type Description
Common Continue on error Boolean Select the check box to continue the RPA flow even if the activity fails. This check box is selected by default.
Input File To Download CloudFileInfo The file that must be downloaded from the cloud within the tenant environment.
Local File Path String The full local path (including file name) where the downloaded file must be saved.
Note: For serverless environments, the file path must be relative.
Overwrite Boolean Indicates whether to overwrite the local file if a file already exists at the target path.
Misc DisplayName String The display name of the activity.
Output Downloaded File Path String The final local path of the downloaded file.
Error Message String The message that must be displayed when the action fails.
Response Code Int32 Response code for the activity. Possible values:
  • 200 to 290: Indicates a successful response or valid output.
  • 400 to 499: Indicates client error responses.
  • 500 to 599: Indicates server error responses.
Success Boolean Indicates whether the activity completed successfully.