Get Attachments By Name
Description
This Activity retrieves the attachment by its name from the QuickBooks Online attachment repository.
note
This Activity can only be used inside QuickBooks Online Context activity.
Properties
Input
- Attachment Name - Specify the attachment's name to retrieve.
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.
Example
Download Example