The CreatorCon Call for Content is officially open! Get started here.

Select the attachments from the list of attachments and download as a zip

Manu31
Tera Contributor

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

6 REPLIES 6

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

 

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.