Select the attachments from the list of attachments and download as a zip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2023 05:44 AM
Hi All,
We need to develop a functionality, where agent can select list of attachments on the particular record and dowlnoad as a zip file.
Can anyone help us out on this.
Regards
Manu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2023 11:38 PM
Hi Sandeep,
I have installed the above plugin. But the issue is i am not to understand which operation is to be used here. (see the attached screenshot)
I have created a flow where I am getting all the attachments for particular record. But now i am not getting which operation to be used here.
Could you help us out on that

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2023 02:07 AM
Details of each operation is available here https://docs.servicenow.com/bundle/tokyo-application-development/page/administer/integrationhub-stor...
Try with following actions in your flow (Add File to Zip to begin with) and check if it works.
Category | Action | Description |
---|---|---|
Default | Add File to Zip | Adds the file to list of files to be zipped. |
Append to Delimited File | Creates a file line record, corresponding to a row in the delimited file. | |
Append to File | Creates a file line record, corresponding to a line in the file to be created. | |
Begin File | Creates a file record, to which the actual file would be attached. | |
Begin Zip | Creates a file set record, to which the zip file would be attached. | |
Build File | Generates the file and attaches it to the file record specified. | |
Build Zip | Generates the zip file and attaches it to the file set record specified.
Note: This action requires at least one MID Server with the IntegrationHub Utilities capability.
|