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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Modern Tablist Control...
Power Apps
Unanswered

Modern Tablist Control duplicating Tabs

(1) ShareShare
ReportReport
Posted on by 8
I am facing an issue with modern tablist duplicating the tabs during navigation. the tab which is set as default selected tab is getting duplicated.
 
 
 
Items for Tablist is a collection that is created at the start of App:
 
ClearCollect(CollAddOnNavigationTabs,[{AddOn:"📑 Inputs - Opportunity",Screen:ScrAddOn1,SNo:1},
{AddOn:"📦Product",Screen:ScrAddOn2,SNo:2},{AddOn:"🛠Services",Screen:ScrAddOn1,SNo:3}])
 
Items: 
SortByColumns(CollAddOnNavigationTabs,"SNo",SortOrder.Ascending)
 
DefaultSelectedItems:
LookUp(CollAddOnNavigationTabs,SNo=VarTab1
 
VarTab1 is set as a global variable with values 1or2or3 based on tab selection
Categories:
I have the same question (0)
  • realwillwright Profile Picture
    772 Moderator on at
    Hi, 
     
    What are you entering in the items and the fields properties?
     
  • Meekou Profile Picture
    200 Moderator on at
    Do you have special event on tab list?
     
    Fail to reproduce your issue with default tab list by setting "DefaultSelectedItems".
     
    It would be helpful if you could share a demo which can reproduce your issue.
  • Navansh Profile Picture
    8 on at
    Items for Tablist is a collection that is created at the start of App:
     
    ClearCollect(CollAddOnNavigationTabs,[{AddOn:"📑 Inputs - Opportunity",Screen:ScrAddOn,SNo:1},{AddOn:"📦Product",Screen:ScrAddOn,SNo:2},{AddOn:"🛠Services",Screen:ScrAddOn,SNo:3}])
     
    Items: 
    SortByColumns(CollAddOnNavigationTabs,"SNo",SortOrder.Ascending)
     
    DefaultSelectedItems:
    LookUp(CollAddOnNavigationTabs,SNo=VarTab1
     
    VarTab1 is set as a global variable with values 1or2or3 for SNo
     
  • Meekou Profile Picture
    200 Moderator on at
    How did you update VarTab1?
     
    I update is based on tab list onchange event which could not reproduce your issue
     
    Set(VarTab1, TabList1.Selected.SNo)
    Make sure your steps which could reproduce your issue from a default PowerApp.
  • Navansh Profile Picture
    8 on at
    I am updating VarTab1 statically based on the screen
    Set(VarTab1, 1); or Set(VarTab1,2); or Set(VarTab1,3);
    The issue is intermittent. It may not happen everytime.
  • abc 123 Profile Picture
    784 Moderator on at
    I didn't make the code below, so don't know exactly how the component consumes it. But, we use a Table() construct instead of a collection.
    It would seem to me that you have an additional Collect() function triggering somewhere, which is adding the duplicate.
     
    Set(gtblMenuHoriz_MenuItems,
        Table(
            {
                MenuLabel: "Energy",
                Image: pngEnergy,
                MenuScreenNavigate: scrnEnergyGrid,
                MenuID: 2,
                SubMenu: Table()
     
            },
            {
                MenuLabel: "Waste",
                Image: pngWaste,
                MenuScreenNavigate: scrnWasteGrid,
                MenuID: 4,
                SubMenu: Table()
     
            },
            {
                MenuLabel: "Water",
                Image: pngWater,
                MenuScreenNavigate: scrnWaterGrid,
                MenuID: 5,
                SubMenu: Table()
     
            }
        )
    );
  • iskguy Profile Picture
    402 on at
    Interestingly, I was just going to post about the tablist modern control.  Mine has been working perfectly fine up until this past week where now it sorts by Label alphabetically and not by table item order, as it was doing.  But I am looking at your concept of putting this into a collection / table, and I will try that.  I wonder if there were some enhancements to the control that were recently pushed out that is causing some of these issues?

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 711 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 319 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard