Open content in a new browser tab when clicking a microflowbutton

1
I have a grid displaying rows. When clicking a row I trigger the default button which is a microflowbutton. The microflow displays the detailpage (in-content) of the item which was clicked within the grid. This works great. We have some users that require to open the detail page inside a new tab in the browser. Something like using the CTRL-Click option on a regular <a href> link. Can this behaviour somehow be implemented in this scenario?
asked
1 answers
2

I would use the URLRedirector. You can use that to open in a new tab. If you need to open a file then use the DeepLink Module to specify which file and then use the URLRedirector to open a new tab.

answered