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 the same zip id, then it will initialize a new zip file.
The component looks like this:

- Zip ID
Specify the id of the previously initialized zip archive.
Related workflow components:
- Append to zip archive
- Initialize zip archive.
Related Articles
Append to zip archive
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 ...
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 ...
Payload to workflow variable
The advanced, utilities workflow component, Payload to variable copies the current payload into a variable. This can e.g. be used, if you want to insert the payload into an output file via a variable in a transformation. The payload to workflow ...
Payload to attachment
With the Payload to attachment component, you can set the payload of the workflow to be the contents of the email attachment. The name of the attachment is set in the workflow component, Set attachment name, which you should insert first in the ...
From file to payload
It is possible to load a file from the local file system into the payload of the workflow. This will overwrite the contents of the payload, so you might consider to save the payload e.g. into a property or an attachment before you run this advanced ...