The Append to zip archive is an advanced utilities workflow component, that appends the payload to a zip file. The zip file will be created, if the referenced zip file does not exist.
The first time you add to a zip archive, the archive is initialized and opened for writing. You can use this append component multiple times to add more files to the same archive. The actual archive exists as a property of the workflow while you are adding to it. When you are done adding to the archive, you can use the component "Zip to payload" to close the zip archive and move it to the payload. Finally you might want to send or save the zip file e.g. with the To filesystem component.
The parameters are:
- Zip ID
An identifier of the zip archive. If you want to create multiple different archives in the same workflow, you can do so by giving them different IDs. If you only want to create one zip file, then just leave this at the default value. - Output filename
The file name that you want the current payload to have within the zip archive. - Folder within zip
Optional folder path within the zip archive, for the folder in which to place the payload.
Related workflow components:
- Initialize zip archive
- Zip to payload
Related Articles
Initialize zip archive
This workflow component initializes a zip archive with a specific ID. If an archive with this ID already exists, it will be re-initialized (all content is lost). This component is only necessary when you use the "append to zip archive" component ...
Zip to payload
This workflow component will close a zip archive and move it to the payload. You can then do further processing on it, such as saving it to a file. Note that if you use the "append to zip archive" component after the "zip to payload" component, with ...
Append a PDF
This component require a license, that includes the Advanced PDF module. With this you can append an existing PDF file to the PDF file in the payload of the workflow. You need to have created a PDF in the payload prior to this with the component, ...
To Next Archive
If you have purchased the Nextway Next module for InterFormNG2 and configured the integration, then you can use the advanced output workflow component, To Next Archive to archive the payload of a workflow in the Nextway Next archive solution. Note ...
Advanced Utilities workflow components
The Advanced Utilities workflow components are as follows: Append to zip archive. Appends the payload to a zip file. The zip file will be created, if the referenced zip file does not exist. Attachment to payload. Takes a named attachment, removes it ...