Download Attachment
Description
This Activity downloads the specified Attachment from QuickBooks online into the specified folder.
note
This Activity can only be used inside QuickBooks Online Context activity.
Properties
Input
- Attachment - Specify the Attachment object retrieved either from Get Attachments or Get Attachments By Name activity.
- Download Path - Specify the folder path to download the file.
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