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 / Remove items form table
Power Apps
Unanswered

Remove items form table

(0) ShareShare
ReportReport
Posted on by 37

Hello,

I need some help please. I have this situation: I have a button when pressed should delete all items from a table.

I have this formula: 

ForAll(
 RemoveIf(
 DataDraftOrders,
 true
 ),
 Notify("Item removed successfully.", NotificationType.Success)
)

But here will delete only the record that is selected. I need something with For All or something. 

Thnak you!

Categories:
I have the same question (0)
  • v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @boarder,

    Tell me if you want to delete all the records from the data source or a control like Gallery including all the records?

    What do you mean by delete only the record that is selected.?

     

    If you want to delete all the records from the data source, please just write the remove:

    RemoveIf(YourData,!IsBlank(theprimarykey))
  • PowerNuggets Profile Picture
    360 on at

    Hi @boarder 

     

    try the below 

     

    RemoveIf(yourentity,!IsBlank(theprimarykey))

     

    it will delete all records as primary key should be there

     

    hope this helps, if it solves your requirement please mark the post as solved

     

    KR,

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

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard