Tools
Zip Archives
5 min
zip archive is used for compressing and decompressing files and directories, facilitating easier storage and transfer this guide explains the various activities available for interacting with zip archives activities initialize files array creates an empty array to store file details for zip operations variable name enter the name of the variable that will hold the array of files append to files array adds a file to the previously initialized array variable select from the drop down menu the variable that you initialized, which holds the files array file name enter the name of the file to be added file content enter the content of the file in base64 string format create an archive creates a zip archive from the files in the array archive name enter the name for the new zip archive files\[] select the variable that contains the array of files to be zipped extract an archive extracts the contents of a zip archive file content enter the content of the zip file in base64 string format map files array maps data to files and adds them to the array data list enter the data list that contains file information file name enter the name for each file content enter the content of each file in base64 string format add field use this option to add additional custom fields to your array