web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Sub menu in dynamic me...
Power Apps
Unanswered

Sub menu in dynamic menu not showing

(0) ShareShare
ReportReport
Posted on by

Hi @RezaDorrani 

 

I have just build a dynamic nav menu based on your video 

 

 https://www.youtube.com/watch?v=3S0h2nODcxM

 

 

However, when I have tried to add this to my app, the sub menu is not showing. Any suggestions where I have gone wrong?

 

First pic is in the component library, second is in the app.

 

Thanks,

 

Categories:
I have the same question (0)
  • SebS Profile Picture
    4,824 Super User 2026 Season 1 on at

    @DGWolfe 

     

    Can You share with us colMenu code, please, that will allow debugging the issue. I think that's the place that drives your problem, but I'm not 100% sure.

  • DGWolfe Profile Picture
    on at

    Hi @SebS 

     

    Apologies in advance, it's quite long:

     

     

     

     

  • SebS Profile Picture
    4,824 Super User 2026 Season 1 on at

    @DGWolfe 

     

    Try to remove all LaunchTo: including hyperlinks, and let me know if that makes it work.

     

     

     

  • DGWolfe Profile Picture
    on at

    @SebS it's not that. I added those today, but it wasn't working yesterday either. 😞

  • SebS Profile Picture
    4,824 Super User 2026 Season 1 on at

    @DGWolfe 

     

    I recreated just two basic galleries with this collection, and all was working ok for me, but only when I remove all LaunchTo:

    So hard to tell. If no one helps you, I will recreate the whole component using Your collection, and I will see from there what could be the issue, now it's to late at my place and I'm falling a sleep 🙂

     

     

    ClearCollect(colMenu,Table(
    
     {
    
     MenLabel: "Home",
    
     MenuIcon: Icon.Home,
    
     MenuScreenNavigate: App.ActiveScreen,
    
     MenuID: 1,
    
     SubMenu: Table()
    
     },
    
     {
    
     MenLabel: "Insurance Claims & Operations (ICO)",
    
     MenuIcon: Icon.LevelsLayersItems,
    
     MenuScreenNavigate: App.ActiveScreen,
    
     MenuID: 2,
    
     SubMenu: Table(
    
     {
    
     MenLabel: "Commercial Property & Specialty Claims",
    
     MenuIcon: Icon.LevelsLayersItems,
    
     MenuScreenNavigate: App.ActiveScreen,
    
     MenuID: 1
    
     },
    
     {
    
     MenLabel: "Home Claims",
    
     MenuIcon: Icon.LevelsLayersItems,
    
     MenuScreenNavigate: App.ActiveScreen,
    
     MenuID: 2
    
     },
    
     {
    
     MenLabel: "Investigations, Recoveries & Settlements",
    
     MenuIcon: Icon.LevelsLayersItems,
    
     MenuScreenNavigate: App.ActiveScreen,
    
     MenuID: 3
    
     },
    
     {
    
     MenLabel: "Motor Claims",
    
     MenuIcon: Icon.LevelsLayersItems,
    
     MenuScreenNavigate: App.ActiveScreen,
    
     MenuID: 4
    
     },
    
     {
    
     MenLabel: "Performance & Executive Office (ICO)",
    
     MenuIcon: Icon.LevelsLayersItems,
    
     MenuScreenNavigate: App.ActiveScreen,
    
     MenuID: 5
    
     },
    
     {
    
     MenLabel: "Personal Injury Claims Underwritten",
    
     MenuIcon: Icon.LevelsLayersItems,
    
     MenuScreenNavigate: App.ActiveScreen,
    
     MenuID: 6
    
     },
    
     {
    
     MenLabel: "Real Estate, Procurement & Operations",
    
     MenuIcon: Icon.LevelsLayersItems,
    
     MenuScreenNavigate: App.ActiveScreen,
    
     MenuID: 7
    
     },
    
     {
    
     MenLabel: "Workers Insurance Contracts Claims",
    
     MenuIcon: Icon.LevelsLayersItems,
    
     MenuScreenNavigate: App.ActiveScreen,
    
     MenuID: 8
    
     }
    
     )
    
     },
    
     {
    
     MenLabel: "Insurance Portfolio & Product (IPP)",
    
     MenuIcon: Icon.LevelsLayersItems,
    
     MenuScreenNavigate: App.ActiveScreen,
    
     MenuID: 3,
    
     SubMenu: Table(
    
     {
    
     MenLabel: "Commercial & Intermediated",
    
     MenuIcon: Icon.LevelsLayersItems,
    
     MenuScreenNavigate: App.ActiveScreen,
    
     MenuID: 9
    
     },
    
     {
    
     MenLabel: "Consumer",
    
     MenuIcon: Icon.LevelsLayersItems,
    
     MenuScreenNavigate: App.ActiveScreen,
    
     MenuID: 10
    
     },
    
     {
    
     MenLabel: "Direct Distribution",
    
     MenuIcon: Icon.LevelsLayersItems,
    
     MenuScreenNavigate: App.ActiveScreen,
    
     MenuID: 11
    
     },
    
     {
    
     MenLabel: "Statutory Classes",
    
     MenuIcon: Icon.LevelsLayersItems,
    
     MenuScreenNavigate: App.ActiveScreen,
    
     MenuID: 12
    
     }
    
     )
    
     },
    
     {
    
     MenLabel: "Chief Financial Officer (CFO)",
    
     MenuIcon: Icon.LevelsLayersItems,
    
     MenuScreenNavigate: App.ActiveScreen,
    
     MenuID: 4,
    
     SubMenu: Table(
    
     {
    
     MenLabel: "Reinsurance, Investments & Capital",
    
     MenuIcon: Icon.LevelsLayersItems,
    
     MenuScreenNavigate: App.ActiveScreen,
    
     MenuID: 13
    
     }
    
     )
    
     },
    
     {
    
     MenLabel: "People, Culture & Advocacy (PCA)",
    
     MenuIcon: Icon.LevelsLayersItems,
    
     MenuScreenNavigate: App.ActiveScreen,
    
     MenuID: 5,
    
     SubMenu: Table(
    
     {
    
     MenLabel: "Group Customer Advocate",
    
     MenuIcon: Icon.LevelsLayersItems,
    
     MenuScreenNavigate: App.ActiveScreen,
    
     MenuID: 14
    
     }
    
     )
    
     },
    
     {
    
     MenLabel: "Reference Materials",
    
     MenuIcon: Icon.Information,
    
     MenuID: 6,
    
     SubMenu: Table(
    
     {
    
     MenLabel: "Policy Suite",
    
     MenuIcon: Icon.ListScrollWatchlist,
    
     
    
     MenuID: 15
    
     },
    
     {
    
     MenLabel: "Procurement Process",
    
     MenuIcon: Icon.ListScrollWatchlist,
    
     
    
     MenuID: 16
    
     },
    
     {
    
     MenLabel: "Power of Attorney",
    
     MenuIcon: Icon.ListScrollWatchlist,
    
     
    
     MenuID: 17
    
     },
    
     {
    
     MenLabel: "Authorised Officers (Defined List)",
    
     MenuIcon: Icon.Person,
    
     
    
     MenuID: 18
    
     }
    
     )
    
     },
    
     {
    
     MenLabel: "Further Help",
    
     MenuIcon: Icon.Help,
    
     MenuScreenNavigate: App.ActiveScreen,
    
     MenuID: 7
    
     },
    
     {
    
     MenLabel: "Find your role",
    
     MenuIcon: Icon.Person,
    
     MenuScreenNavigate: App.ActiveScreen,
    
     MenuID: 8
    
     },
    
     {
    
     MenLabel: "Acknowledge your Delegations",
    
     MenuIcon: Icon.Draw,
    
     MenuScreenNavigate: App.ActiveScreen,
    
     MenuID: 9
    
     }
    
    ))

     

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 483

#2
WarrenBelz Profile Picture

WarrenBelz 399 Most Valuable Professional

#3
11manish Profile Picture

11manish 327

Last 30 days Overall leaderboard