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 / Modern table unable to...
Power Apps
Suggested Answer

Modern table unable to get selected value

(0) ShareShare
ReportReport
Posted on by
Hi
 
I'm using modern table for display data from collection that was collected from SharePoint List. I also have another panel in container that would visible the detail of any item selected by checking If(!IsBlank(Table.Selected),true,false) in Visible property. As the result I can't get value Table.Selected everytime I click on the record in modern table. sometime selecting It's work sometime it's not. It doesn't stable at all. How should I fix it?
I have the same question (0)
  • Suggested answer
    Mark Nanneman Profile Picture
    993 Moderator on at
    What kind of control or component are you trying to toggle the visibility of?

    The Selected property on the Table or DataTable control returns the whole row selected.  If you want to display data from it in a text field, for example, you'd have to reference a property of the selected row.  So you'd put something like "Table.Selected.Title"  or $"{Table.Selected.Title} - {Table.Selected.Description}" in the text or value property.

    e.g.
     
    If you want to toggle visibility by whether something is selected, you could do simply
     !IsBlank(Table1.Selected)

    It's unnecessary to do If(IsBlank(),true,false) since the IsBlank() function returns the same boolean value your If() does.  So delete the If() function and just use !IsBlank(Table1.Seletected)

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 339 Most Valuable Professional

#2
11manish Profile Picture

11manish 180

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard