I have a workflow to shoot emails once process completes but we want to zip the files and send just to be sure in case the size is off limit.
How can i zip the outputs?
Zipping a file can be done using a Run Command tool that executes either the 7zip utility (if installed), or a PowerShell script.
7zip command reference: a (Add) command - 7-Zip Documentation
PowerShell script reference: Compress-Archive (Microsoft.PowerShell.Archive) - PowerShell | Microsoft Docs
Can you please do a sample workflow, I am still getting an error