Add Attachment
Description
This Activity adds the specified Attachment to the given QuickBooks Online entity.
note
This Activity can only be used inside QuickBooks Online Context activity.
Properties
Input
- Attachment - Specify the Attachment to add to the Entity.
- Entity - Specify the Entity to which you add the Attachment.
- Attachment Name - Specify the Attachment's name to add to the Entity.
note
Either provide the Attachment or the Attachment Name to add to the Entity. The Activity exceptions if the QuickBooks Online account has multiple attachments with the same name when you use Attachment Name.
Misc
-
DisplayName – The display name of the Activity.
-
Private – Logs the variable and argument values at the Verbose level when unchecked.
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
It does not catch any exception if this Activity is present inside the Try-Catch block and the value of this property is True.
Example
Download Example