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 / Tablist Component: Ite...
Power Apps
Answered

Tablist Component: Item is shown twice

(1) ShareShare
ReportReport
Posted on 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:
I have the same question (0)
  • BhaskarDhone Profile Picture
    1,398 Super User 2026 Season 1 on at

    your default selected items seems to be culprit here.

    Try that as 

    {
     Titel: 'Tab-Struktur'.'05_NEW_SelectedItem'
    }
  • sprjn Profile Picture
    6 on at

    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

     

  • Verified answer
    BhaskarDhone Profile Picture
    1,398 Super User 2026 Season 1 on at

    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"

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 610

#2
Haque Profile Picture

Haque 317

#3
WarrenBelz Profile Picture

WarrenBelz 315 Most Valuable Professional

Last 30 days Overall leaderboard