Skip to main content

Download File

Description

This activity downloads the file from the storage using the file ID or name.

Properties

Input

  • File ID – Specify the unique identifier of the file to download.

  • File Name – Specify the file's name to download.

  • Local Path – Specify the full path of the file to store the downloaded file.

  • Delete File – Specify whether to remove the file from storage after it successfully downloads.

Optional

  • Continue On Error - This property specifies whether the automation should continue running even when the 'Download File' Activity throws an error. It only supports Boolean values (True, False), with the default value set to False.
note

It does not catch an error if this activity is present inside the Try-Catch block and the value of this property is True.

Misc

  • DisplayName – Add a display name to your activity.
  • Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Example

Download Example