I have a dataverse table that a user will load about 80k rows to per month via a data flow.
Occasionally they will load data that later needs to be removed and reloaded with fresh data.
So, what I need to be able to do in this situation is to automate the removal of the previous version of the data, then triggering the data flow to load the new data.
I haven't been able to find a way to do this with any level of efficiency. I would hope that this many rows could be deleted in just a couple of seconds, but I've only been able to do it in PowerApps using "RemoveIf" and that takes 10 minutes just to remove 2k records!
Please help!!