Hi there, all new to the power platform and are currently investigating if power portals could be a platform for our customer.
We have a need to have a secondary menu on the left side of some portal pages, can this be achieved, struggling to find any examples of this very common requirement? The submenu should also be "state" aware in the sense that the current page should be active in the submenu.
Regards Nick
This is achievable and easy too. But it depends on the exact requirement, would you want to have navigation as part of your sub-menu or just show the screen name??
Are you looking for something in the picture below??
HI @NiclasR ,
You can achieve this with the help of using web template /page template and liquid tags + bootstrap knowledge.
Adding official links to create custom page template
https://docs.microsoft.com/en-us/powerapps/maker/portals/liquid/create-custom-template
In the above-mentioned link, you can find the Left navigation template,
All you need to do is understand the liquid templating language and play around with your own logic.
Hope it helps.
------------
If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.