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 / Delete row in datavers...
Power Apps
Answered

Delete row in dataverse by powerapps

(1) ShareShare
ReportReport
Posted on by 62

hello there!
How do I delete a record in Dataverse using power apps? I couldn't find any function to do it

Categories:
I have the same question (0)
  • poweractivate Profile Picture
    11,078 Most Valuable Professional on at

    You can delete a record in Dataverse from a Power Apps Canvas App by using the Remove function. Here's a formula example that demonstrates how you might delete a specific record:

     

    Remove('Your Dataverse Table Name', LookUp('Your Dataverse Table Name', ID = varSelectedRecordID))
    

     

    In this example, 'Your Dataverse Table Name' should be replaced with the name of the table in Dataverse where you want to remove the record.

    The varSelectedRecordID would be the specific ID of the record you want to delete.

    Make sure you replace these placeholders with the actual table name and record ID relevant to your scenario.

     

    If you have a specific gallery, and you want to remove the selected item from that gallery, you might use:

     

    Remove('Your Dataverse Table Name', ThisItem)
    

     

    Here, ThisItem refers to the currently selected item in the scope of the gallery. 

     

    You may also use a Table to remove multiple Records rather than one single Record.

    For more info and details on Remove and RemoveIf functions you may check here

     

    See if it helps @N1loCan 

     

     

     

  • Verified answer
    timl Profile Picture
    36,774 Super User 2026 Season 1 on at

    @N1loCan 

    Remove and RemoveIf are the 2 functions you can call to remove a record. The link to the documentation is here.

     

    https://docs.microsoft.com/en-gb/powerapps/maker/canvas-apps/functions/function-remove-removeif

     

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

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 530

#2
WarrenBelz Profile Picture

WarrenBelz 459 Most Valuable Professional

#3
Haque Profile Picture

Haque 314

Last 30 days Overall leaderboard