I want to delete 9000 entries in one of my data types, but i can only delete a few at a time, and it takes very long.
Is there any way to speed up the deletion process or select all 9000 entries at once?
I am willing to pay for plugins or any custom coding. Thanks!
The most efficient option is to create an API workflow with the delete block and ruin it over the table/view you need cleaned up via Bulk function in your App Data tab.
As the limit of time for a workflow is 5 minutes, you must have a bunch of them. You can also create a field ādeletedā and ignoring them (schedule list). You found the way or still erasing by hand?
I have to delete around 1500 records and I canāt do it through the App Data tab Bulk function because I have to use constraints (ex. delete all records with x characteristic).