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

Community site session details

Session Id : JEyxjPuRAOoDCT1BP/cK7Y
Power Apps - Building Power Apps
Answered

Tablist Component: Item is shown twice

Like (1) ShareShare
ReportReport
Posted on 26 Apr 2024 14:28:43 by 6

Hello,

I'm currently trying to implement different scenarios with the tab list. However, I've encountered the following issue:

The goal is to create a tab list as a component and navigate to the next tab item using a 'Next' button. The button is not part of the component.

 

I created an Input for the Tab Items: ('01_TabItems')

Table(
 {
 Titel: "Item1"
 },
 
 {
 Titel: "Item2"
 },

 {
 Titel: "Item3"
 },

 {
 Titel: "Item4"
 },

 {
 Titel: "Item5"
 }
)

 

To address any tab item, I've created another input variable and initially set it to 'Item3' by default. (05_NEW_SelectedItem)

"Item3"

 

The DefaultSelectedItems is set to: 

LookUp('Tab-Struktur'.'01_TabItems', Titel = 'Tab-Struktur'.'05_NEW_SelectedItem')

 

The mentioned item is now displayed twice.

 

sprjn_0-1714141565792.png

 

Does anyone have an idea why it's behaving like this? Or a general approach how I can navigate within the tab list component via an external button?

 

Thanks

Categories:
  • Verified answer
    BhaskarDhone Profile Picture
    1,129 Super User 2025 Season 2 on 02 May 2024 at 18:14:21
    Re: Tablist Component: Item is shown twice

    Not sure what 'Tab-Struktur'.'05_NEW_SelectedItem' is returning. But your default selected items expect something like this

    { Title: "Item3"}

     

     

     'Tab-Struktur'.'05_NEW_SelectedItem'  should return "Item3"

  • sprjn Profile Picture
    6 on 02 May 2024 at 12:34:39
    Re: Tablist Component: Item is shown twice

    Thanks for your answer. I tried your solution approach. The item is no longer duplicated but Item 1 is now displayed as DefaultSelectedItem. 

     

    DefaultSelectedItem of Component: 

    { Title: 'Tab-Struktur'.'05_NEW_SelectedItem'}

     

    Component on screen: 

    sprjn_0-1714653151863.png

     

  • BhaskarDhone Profile Picture
    1,129 Super User 2025 Season 2 on 26 Apr 2024 at 20:50:54
    Re: Tablist Component: Item is shown twice

    your default selected items seems to be culprit here.

    Try that as 

    {
     Titel: 'Tab-Struktur'.'05_NEW_SelectedItem'
    }

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

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 637 Most Valuable Professional

#2
stampcoin Profile Picture

stampcoin 570 Super User 2025 Season 2

#3
Power Apps 1919 Profile Picture

Power Apps 1919 473