When user right click on menu bar items in the navigation and open in new tab (default chrome option) , it is opening the home page in new tab irrespective of selected items. This happens for every menu bar item. Page URL is useful when user bookmarks the page .
we couldn't find solution to achieve this. This would be a value addition as this is common usecase.
Here's a workaround that works well:
# Setting up the Page URL
Your page will be accessibale at:
'https://yourappdomain.mx.lowcode.cloud/p/my-overview'
You can bookmark this URL directly ;)
# Opening pages in new tabs (from your app)
Create a Javascript Action
window.open(_url, '_blank').focus();
Create a Nanoflow
Would love to see this. Doing it a lot myself and having to "double" click the menu is anoying.