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 / Canvas App- Edit Datat...
Power Apps
Unanswered

Canvas App- Edit Datatable

(0) ShareShare
ReportReport
Posted on by 538

in my canvas app i have got datatable. How to edit or delete the line item in the datatable ?

Following formulas  in datatable items.

Filter(Dailyinventory, Text('Created On',ShortDate) = Text(Today(), ShortDate))

Categories:
  • TheRobRush Profile Picture
    11,128 Moderator on at

    Data tables are read only. The only way to edit what is displayed in them would to be to have the data stored in a collection or other source and have a separate control edit and save that data

     

    Data Table Control 

  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @AVTS 

    The simplest way is to put a trashcan icon on the screen and make it's property Remove(yourdatasource,ID=Datatable.Selected.ID).

    To edit a record in the datasource, you can use an editform with the DataSource property yourdatasource and the Item property Lookup(yourdatasource,ID=Datatable.Selected.ID). 

    The edit form doesn't have to be on the same screen.  You can put a pencil icon on the screen with the OnSelect property Navigate(youreditformscreen);EditForm(youreditform)).  To add a new record to your datatable, put a + icon on the screen and set its OnSelect to Navigate(youreditformscreen);NewForm(youreditform))

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 July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 411 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 338

#3
WarrenBelz Profile Picture

WarrenBelz 256 Most Valuable Professional

Last 30 days Overall leaderboard