I have an Alteryx Analytic App which outputs 40 excel files which can be downloaded on server one by one. I want to change it so that just a zip file containing those 40 files can be downloaded on server/gallery. I have seen multiple threads about it, but haven't been able to find a solution.
In my file overall 4000 KB data , while running that I'm getting an error i have attached the image for error.
I'd be really grateful if someone is able to help with this.
Thanks
Solved! Go to Solution.
What solutions on the community have you tried so far? I don’t want to suggest something you’ve already tried
send temp file locations into python tool. use zipfile. send new zipfile archive location out of python. input in blob input tool. output in blob output.
@alexnajm By using powershell script
@apathetichell Would you kindly recommend the example workflow?
I've had success using Python - this article has a bit about it towards the bottom: Output files to ZIP - Alteryx Community