Skip to main content

Update File

Description

This Activity updates the specified file inside the Salesforce file repository with a new version.

Properties

Input

  • File Id - Salesforce Id of the file to update.
  • File Path - The absolute path of the file to upload as a new version.
  • Reason For change - Comments to be set for the new version.

Misc

  • DisplayName – The display name of the Activity.
  • Private – If selected, the values of variables and arguments supplied will never be logged.

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

Update File

Download Example