Got error while downloading zip file Error: Did not expect an argument to be undefined In java action i used zipDocument entity in zip file input and for list of document i gave actual file entity where i saved files help me,what i missed in microflow? Edit : Fixed this issue by giving name to Zip file. In change object activity ,create a name to zip file.
asked
Shanthimeena S
3 answers
1
Hi Shanthimeena,
Did you ty the debugger already? What error are you getting and are you sure uploadFileList is filled?
With kind regards,
Bryan de Wit
answered
Bryan de Wit
1
I missed to set name to the new zip document object.now i can download files and zip file too.
Thanks for the response guys,
Regards,
Shanthimeena
answered
Shanthimeena S
0
You should have past a list of the file entity. So create a list and add all the filedocuments that need to end up in the zip to that list and pass that list. The creation of the NewZipDocument is fine.