Download and open two PDFs

1
I tried to do the following: I have a button that triggers a microflow creating two PDFs. Both PDFs should be downloaded an shown. My solution is a follows - Create doc1-PDF - Download and show doc1-PDF - Create doc2-PDF - Download and show doc2-PDF   This does not work. It only opens doc2-PDF Help would be great!
asked
3 answers
1

See the multi-flow download widget, might be a good option!

answered
0

Another solution might be using the executeMicroflowInBackground java action from the CommunityCommons module.

Add this Java action to your microflow twice (for creation and downloading of PDF 1 and for PDF 2). I haven't tested this for this particular case but this has worked for me in similar situations.

answered
0

You could also create a zip.

https://appstore.home.mendix.com/link/app/1978/

answered