Zip all the files in a folder with different extensions

I am trying to zip all the files in my folder into one zip file.
I am using ‘Directory.Getfiles’ Activity and then ‘foreach’ activity.
To extract the filename I use ‘Path.Getfilename’
but my activity ‘Compress/Zip Files’ is just zipping the individual files instead of all files in one folder.

@parnalmahavir.patni,

Select Folder instead of File and pass the Folder name

This image shows a file compression interface where a user can specify an output zip file name, select a folder to compress, and optionally add more folders or files to be included in the zip file. (Captioned by AI)

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.