Downloads file(action) is opening the files in same page

2
we have a list of URLs in our app. when user clicks on a URL listed on the page, we call a microflow to open that URL using the download jpg file action as the URL points to a file. Current Behaviour: when user clicks on a link, it opens a new tab and loads the image file on the borwser. when user clicks on the second link, then it loads the new file in the same browser tab that had previous file. Expected Behaviour: When ever user clicks on a URL, it should always open up new tab and load the image file. Additional Points: we are using the following action for file viewing/ downloading Download File(Action)
asked
1 answers
0

You might want to try the URL redirector: https://appstore.home.mendix.com/link/app/113/Mendix/URL-Redirector

That one can open up a URL in a new tab.

Regards,

Ronald

 

answered