Navigation - show selected sub menu item

Hi,

Is there a way to get to the selected value label from a navigation component with menu items that have sub items?

For example, we have a menu item titled 'Secondary Investments' with items 'Prospective Secondary' and 'Committed Secondary' below. User's would like to see which of the sub-items they have selected without having to open the dropdown again.

image

image

Hello @paul.narup

I played with this around a little bit and found a way to do it, even though it might not be the most optimal.

You can create a variable and set it's value when selecting a sub item, then use that value in the label of the navigation item:

image