Skip to main content

Delete Attachment

Description

This Activity deletes the specified Attachment from the Salesforce record(s).

Properties

Input

  • Attachment Id - Id of the Salesforce attachment to delete.

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

Delete Attachment

Download Example