1st Generated File Downloading Failed

0
I have a use case where I am generating a PDF document and download first and then generating an excel file to download. But now what’s happening is like when the 1st PDF is getting generated it’s not getting downloaded but the 2nd excel file is getting downloaded. First I thought it’s because of synchronous call and blocked progress bar but after changing that into asynchronous and non blocking as well it’s not working.   Does anybody faced similar kind of issue? If anybody can help that will be very helpful.
asked
1 answers
0

Downloading multiple files from a microflow does not work and the download is restricted to 1 as some optimization seems to take place. This is why only the last document is downloaded.

There is however a widget available for this and this is possible with the use of nanoflows or javascript as these posts explain:

https://forum.mendix.com/link/questions/108009

https://forum.mendix.com/link/questions/109383

 

 

answered