Unable to ZIP excel files, getting error

Hi @srinivasanma1

You can try with the invoke method activity to achieve the requirement to zip the files.

can be achieved by using Invoke Method.Select Target Type as “System.IO.Compression”,Method Name as “CreateFromDirectory”

Please refer the below thread At the end you could find the solution to zip files using invoke method. Thanks.