Got an error while downloading zip file

0
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
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
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.

Regards,

Ronald

 

answered
0

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