Summary
The following steps will enable users to generate zip files containing the files where the files can be included inside a subdirectory/folder inside the zip.
Expectations
- pyWorkPage.SendFiles contains the list of files to be included in the zip file.
- zipFileName parameter contains the name of the zip file.
- AttachStream and AttachName contain the stream and name of the files simultaneously.
- Boolean property IsSubFolderExist determines if that particular file will be put into a subfolder.
Screenshot of a sample activity
JAVA step content is attached below.
Zip_JavaStep.txt (2.61 KB)

