Multiple Dataset Exports into single zip file

I’m working in the automation designer and I will need to have multiple delimited text file datasets be updated on a schedule but I would also like the text files to be grouped into a single zip file. I see the check box that says compress file in zip format but that zips each dataset individually. Is this possible in automation designer?

Thanks in advance

On the Utilities tab in the Automation Designer there is an Archive action that you could use to zip multiple files. Easiest way might be to make your text files go into an empty folder, and then zip the folder, so you don’t have to specify each file to zip.

Thank you