Remove Attachment
Description
This Activity removes the reference of the given Attachment from the specified Entity.
note
This Activity can only be used inside QuickBooks Online Context activity.
Properties
Input
- Attachment - Specify the Attachment to remove from the Entity.
- Entity - Specify the Entity from which to remove the Attachment.
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