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 / Can not delete row in ...
Power Apps

Can not delete row in power apps !

(0) ShareShare
ReportReport
Posted on by 3

I have a gallery : 

CudNaut_0-1708939772314.png

but when i try to delete a row by : 

CudNaut_1-1708939836156.png

when i click the button , the table not update , when i do it again it happend error :

 

CudNaut_0-1708940239194.png

 

 

Categories:
I have the same question (0)
  • Rajkumar_M Profile Picture
    3,747 Moderator on at

    Hi @CudNaut 

     

    Use RemoveIf instead of Remove function.

     

    RemoveIf(
    Table2,
    ID = ThisItem.ID,
    Notify(
    "Deleted",NotificationType.Success,
    5000
    )
    );

     

    Thanks!

     

    If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.

     

  • CudNaut Profile Picture
    3 on at

    Thanks @Rajkumar_404 but my table doesn't have "ID", should I add 1 column name "ID" ?

  • Rajkumar_M Profile Picture
    3,747 Moderator on at

    There's no need to include it; you can utilize any unique column to compare the data in Table2 to the gallery item for deletion.

     

    Refer this link: 

    https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-remove-removeif

    https://www.c-sharpcorner.com/article/how-to-use-remove-and-removeif-functions-in-power-apps/

     

     

     

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

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 638

#2
Haque Profile Picture

Haque 317

#3
WarrenBelz Profile Picture

WarrenBelz 315 Most Valuable Professional

Last 30 days Overall leaderboard