Hi there,
Please can someone help me finish the puzzle of creating a downloadable zip file with multiple outputs when running an app on the gallery?
I've got as far as:
- Creating a test workflow with 2 pdf outputs and uploading to a private gallery
- Using a 'Run Command Event' which I have added to the workflow upon completion using a .bat file that has instructions to use 7 Zip software to zip the output (instructions on .bat file obtained from 'https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Output-files-to-ZIP/td-p/163502')
The issue is that I can't get the right combination of file paths (or something!) to successfully zip up the files so they can be downloaded as one product when the app finishes. The files can still only be downloaded individually, or there are no outputs at all. The server machine that we're using definitely has 7 Zip installed so this is not the issue.
My test workflow and .bat file (saved here as .txt) are attached. Note that the outputs and .bat file are currently working on the '_externals\1' temp working directory. I did also configure these to work on the local C drive of the server instead of the temp directory, but this didn't work either.
Does someone have experience with this?
Many thanks in advance,
Lucy