Skip to main content

Download File

Description

This Activity downloads the specified file from the Salesforce file repository into the set local folder path.

Properties

Input

  • Download Path - Path of the folder to download the file.

  • Salesforce File - The salesforce file object to be downloaded.

Misc

  • DisplayName – The display name of the Activity.

  • Private – If selected, the variables and argument values will no longer be logged at the Verbose level.

Optional

  • Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
    note

    Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.

Example

Download File

Download Example