Create and download archive of files

0
Hello,   Can anyone suggest me a solution for downloading an archive from multiple documents?   I tried with ZipHandling module v.4.5.1 (ZipDocuments) java action, but in version 10.3.1 after migrating from version 9.17.1 I get the following error:   An error occurred while executing an action of BTrips_Logic_Module.Choose_Employer.actionButton5: Did not expect an argument to be undefined Error: An error occurred while executing an action of BTrips_Logic_Module.Choose_Employer.actionButton5: Did not expect an argument to be undefined    at http://ycmendix.local.sb-bg.com:8080/mxclientsystem/mxui/mxui.js?638049051294135459:66:183360    at ye (http://ycmendix.local.sb-bg.com:8080/mxclientsystem/mxui/mxui.js?638049051294135459:24:6830)    at i (http://ycmendix.local.sb-bg.com:8080/mxclientsystem/mxui/mxui.js?638049051294135459:24:6731)    at E (http://ycmendix.local.sb-bg.com:8080/mxclientsystem/mxui/mxui.js?638049051294135459:64:5069)   I put logs everywhere in my microflows, but everything seems fine, the role that tries to perform the action has permissions over the FileDocument entities and I don't see what else could be the problem.   Thanks in advance, Yordan.
asked
1 answers
0

Hi Yordan,

This error reminds me of access issue , i have faced this in excel import as well, but you have mentioned it has all the access, then it should not happen.

but just to check i tried this , i got zip file without any issue with same module and version

attaching below screenshot

Screenshot 2024-04-26 004134.png

Hope it helps!

answered