It is very easy to create Zip files, if you add a custom code stage, whit these 3 lines of code you can generate zip files from a folder path
Dim startPath As String = dirToZip
Dim zipPath As String = zipFileName
ZipFile.CreateFromDirectory(startPath...