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 / Clear/Reset Modern Tab...
Power Apps
Suggested Answer

Clear/Reset Modern Table Control

(2) ShareShare
ReportReport
Posted on by 94
Dear Team,
After a row is selected in a modern table control I would like to be able to reset the table control so that no items are selected. All of the solutions that I have found appear to work for other controls such as a gallery or a data table but don’t seem to work for the table control.
 
Thanks in anticipation, Craig 
I have the same question (0)
  • Suggested answer
    SaiRT14 Profile Picture
    1,992 Super User 2025 Season 1 on at
    Track Selected Row:
    use the OnSelect property
    Set(SelectedRow, ThisItem)
     
    Create a Reset Button:
    OnSelect property
    Set(SelectedRow, Blank())
     
    Conditionally Highlight Selected Row
    Modify the table control's logic to highlight a row
    If(SelectedRow = ThisItem, HighlightColor, DefaultColor)
     
    Reset Action for the Table
    Default property for the selected row,
    Default = If(IsBlank(SelectedRow), Blank(), SelectedRow)
     
    Apply to Selection Logic:
    Use this logic to reset any other associated control or detail forms tied to the selected row

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 342 Most Valuable Professional

#2
11manish Profile Picture

11manish 234

#3
Valantis Profile Picture

Valantis 187

Last 30 days Overall leaderboard