Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Suggested answer

Tab list Sequence issue

(1) ShareShare
ReportReport
Posted on by 10
Hi,
 
I am facing an issue with tab list control, I placed a collection in the items property that has a particular order but the output shows different order.
 
ClearCollect(
 
    colTABDetails,
 
    [
 
        {
 
            Name: "Job Details",
 
            Screen: JobdetailsNewFormScreen,
 
            ID: 1
 
        },
 
        {
 
            Name: "Candidates Details",
 
            Screen: CandidatesFormScreen,
 
            ID: 2
 
        },
 
        {
 
            Name: " Interviewer Details",
 
            Screen: InterviwerDetailsFormScreen,
 
            ID: 3
 
        },
 
        {
 
            Name: "L1 Interview",
 
            Screen: L1InterviewFormScreen,
 
            ID: 4
 
        },
 
        {
 
            Name: "L2 Interview",
 
            Screen: L2InterviewFormScreen,
 
            ID: 5
 
        },
 
        {
 
            Name: "OnBoarding",
 
            Screen: Screen1,
 
            ID: 6
 
        }
 
    ]
 
);

 
 
Items property - 
 
 
Sort( colTABDetails,ID,SortOrder.Ascending)



Output- 
 
 

 
  • Ryan_B Profile Picture
    446 on at
    Tab list Sequence issue
    I'm not sure why you would only be seeing two version options. My only guess is that maybe it's a region thing?
  • SravaniBalla1 Profile Picture
    10 on at
    Tab list Sequence issue
    Hi
    I tried to change the version as you mentioned but there are only two versions available 
    • 3.24074.8 
    • 3.24073.20 (Recommended) 
     
     
  • CU26070429-1 Profile Picture
    2 on at
    Tab list Sequence issue
    I also tried all of your code and got below result without using sort. 
     
     
     
  • SravaniBalla1 Profile Picture
    10 on at
    Tab list Sequence issue
    Thankyou for your responses
    The output is coming as sorting based on alphabetic order automatically.
    How to change the authoring version to 3.24072.14. Could you please provide any link for that 
  • Ryan_B Profile Picture
    446 on at
    Tab list Sequence issue
    Can you try changing your authoring version to 3.24072.14 and attempt it again? Or start up a new app, change the authoring version to 3.24072.14, then add your tab list and code.
     
    At this point, my best guess is that it's a version issue as I'm also working through this issue on another post with someone else:
     
    If I figure it out, I'll be sure to post a response in both places.
  • siddhkishan Profile Picture
    on at
    Tab list Sequence issue
    I am also having similar to issues today, Please responde if have any solution.
  • D_D Profile Picture
    107 on at
    Tab list Sequence issue
    Hello,

    with Power Apps version 3.24073.20 I can't sort the elements either.
    A restart does not help, changing screens does not help and using SortByCollumns has no effect either.

    Seems like a bug for me.
  • Suggested answer
    Ryan_B Profile Picture
    446 on at
    Tab list Sequence issue
    Unfortunately, your second screenshot of the output isn't displaying, so I can't see your results to see what might have happened.
     
    I used all your code exactly, except omitting the screens, and had no issue getting them to display in the proper order:
     
     
    Have you tried reloading your app and dropping in a fresh tab list control? Sometimes modern controls get a bit wonky and require you to reload the app, create a new control and copy-paste your code, cut and re-paste your code into the formula bar, etc. You can also try creating a new app and making just that piece in it to see if it works, then copy-paste it into the app you need it in.
     
    If none of that works, then it could be an app version issue. Here is the app version I used to test out your code and it worked:
     

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,660 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,999 Most Valuable Professional

Leaderboard