I have an analytic app that outputs around 50 individual files and finally zips them together using the run command and saves the zip folder in the Alteryx %temp% directory. At the end of the workflow I have the location of where the zip folder is saved. What can be done to such a workflow to make that zip folder available to download when the workflow is run on Alteryx Gallery/Server? Right now, the individual files are available for downloading, but I want to let the user download the zip folder - since there will be around 50 individual files and I don't want them to have to download each separately. Any suggestions are appreciated!