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 / How to create a checklist
Power Apps
Answered

How to create a checklist

(0) ShareShare
ReportReport
Posted on by 80

Philbert9879_0-1677421775873.png

When clicked on complete, it should remove the record from the data source. How do I do that?

Categories:
I have the same question (0)
  • Verified answer
    LaurensM Profile Picture
    12,516 Moderator on at

    Hi @Philbert9879,

     

    You can achieve this with the Remove() function. The OnSelect of the button would have the following code:

    //Change DataSource to the actual collection or datasource/list name
    Remove(DataSource, ThisItem)

     

    Should this not work you could also try:

    //Change DataSource to the actual collection or datasource/list name
    //Change ID to a unique field within your datasource
    Remove(DataSource, LookUp(DataSource, ID = ThisItem.ID))

     

    If this solves your question, would you be so kind as to accept it as a solution.

    Thanks!

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
WarrenBelz Profile Picture

WarrenBelz 329 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard