Skip to main content

Get Attachment By Name

Description

This activity gets the specified attachment contained inside the specified Salesforce record.

Properties

Input

  • Attachment Name - Name of the attachemnt to search for.
  • Record Id - Id of the parent record.

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.

Output

  • Attachments - If found, the corresponding Salesforce attachment object, otherwise NULL