Announcements
I want to delete a row in my excel table with this: Remove(myExcelTable; ThisItem) The button to do that is in the gallery.
But why does that don't work? That here also don't work: RemoveIf(Bestellungen; true)
The error: No line with id 5 was found.
I'm not sure if you posted a typo but the correct syntax would be
Remove(myExcelTable, ThisItem)
use , instead of ;But that probably won't be your problem because you would get an error.
I just tried it on an app myself and it worked perfectly.
Make sure the excel file isn't open anywhere. That could give problems too
I from Germany, so I have to use ; instead of ,
@Anonymous ,
Does your Excel record have a unique identifier?
If so you can try
RemoveIf( ExcelTable; Identifier=ThisItem.Identifier )
You might also have a look at this video from Shane Young @Shanescows and consider a SharePoint alternative.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
I cannot use sharepoint, my Admin delete everything in Sharepoint.
Yes, I remember that now (you need a discussion with your Admin - they should support the business, not dictate to it) - you need a unique identifier in your Excel record, then it will work.
Hi @Anonymous,
Do you want to remove a record once click the button within the Gallery?
Could you please share a bit more about the scenario?
I have made a test and the situation is confirmed on my side.
Remove(Table1,ThisItem)
Here is my Gallery configuration:
Please check if it helps.
Regards,
Qi
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 405 Super User 2026 Season 2
Mohsin Ali 368
WarrenBelz 244 Most Valuable Professional