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?