Get Attachments
Description
This Activity retrieves all the attachments on the specified QuickBooks Online entity.
note
This Activity can only be used inside QuickBooks Online Context activity.
Properties
Input
- Entity - Specify the Entity from which to get the Attachments.
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.
Output
- Attachments - Retrieves the List of Attachments on the given entity.
Example
Download Example