Hi Mendix Experts, I am using Mendix 9.24, and using File dropper widget. When calling microflow/nanoflow in any event or VerificationAfterUpload/Before event, I am getting object as a parameter. But I need a list as parameter in microflow/nanoflow. Is there any workaround for it? Note*: It will work by providing extra button but that's not required.
asked
Ankit Gupta
2 answers
7
Hello Ankit
As Ajay replied, MF is running for every upload as a object so there will be no list provision.
After uploading many file you can retrieve that in MF/Nano and can pass as a list.
answered
RAJU PATEL
1
Hi Ankit,
As far as I know, the file dropper widget processes multiple files as one file in each iteration.
So I dont think it is possible to send the list of the files in the events without an extra button.