I have a table in Dataverse for Teams and I try delete all its rows.
I try this, but it is not works:
If you can give me a guide, I would appreciate it.
@ChrisPiasecki Hi, I had already found the solution, but you couldn't explain it better. Thanks
Hi @Anonymous ,
You need to specify the column that is the unique identifier for a row. The column display name is typically the same name as your table. E.g. in my example below my table name is Items, and the column name that is the unique ID is also called Items. If you hover over it, you will see a pattern like "prefix_ + tablename +ID" . In my example below, it is "cre52_itemsId"
As a side note for @Expiscornovus , the Bulk Delete Jobs is only available for Dataverse, not Dataverse for Teams.
---
Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.
Hi @Anonymous,
As far as I am aware you can use bulk deletion jobs for that:
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/delete-data-bulk
https://docs.microsoft.com/en-us/power-platform/admin/view-take-action-bulk-deletion-jobs
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1