How to Add a Zip File to Multiple Downloads in a Nanoflow?

0
Hello there!   I have finally been able to make multiple downloads to multiple relationships of my entity. However, I am now facing an issue: when I try to use the zip handling module, it does not appear in the nanoflow toolbox. Has anyone else encountered a similar issue, and if so, how did you solve it?       Edit:
asked
3 answers
0

Hi,

if you use zip handling , then no need of my module, you can see below screenshot create new file object which will hold other list of file as zip, pass this new object , your existing file list to zip document(java action) and download

image.png

answered
1

Hi francisco,

https://marketplace.mendix.com/link/component/230017

you can use my above module, it contains javascript action just pass your document list directly to it.

it will download them all withour converting into zip.

answered
0

Hi Francisco,

Zip handling modules contains java action to handle zip unzip, so they will appear in microflow not nanoflow. so try with microflow.

 

Please mark answer as "Accepted" if it solves your problem or let me know if you are still stuck.

answered