Create Zip File From File Reference
- 04 May 2025
- 1 Minute to read
- Print
- DarkLight
Create Zip File From File Reference
- Updated on 04 May 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Step Details | |
Introduced in Version | 9.10.0 |
Last Modified in Version | 9.10.0 |
Location | File Management > Compression |
This Step allows users to create a .zip file from a File Reference object rather than from File Data. File References have a lower impact on memory and are much more performant than File Data, so in general it is best to use File References in builds. This Step is only available in v9.10 and above.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
File To Add | The File Reference object that will be zipped. | File Reference |
Zip File Name | The name of the newly created .zip file. | String |
Outputs
Property | Description | Data Type |
---|---|---|
CreateZipFileFromFileReference1_Output | The newly created .zip file | File Reference |
Was this article helpful?