I’m trying to delete a record the the App Data table int eh Bubble UI. When I delete it, it shows the confirmation screen. I confirm the operation but the record stays. No warnings, no errors.
I disabled the only trigger I had on the datatype, but that didn’t solve the problem.
I would try doing a search for one of those fields in your app. Then you can see if there is something that is creating it each time or not. Also, check the creation dates. Is the database record not deleting or is it actually deleting and creating a new one each time. The creation date should answer that for you. Does that make sense?
If the delete confirms but the record stays, it’s usually being recreated. Check workflows, backend workflows, or privacy rules that might auto-create that thing. Also compare the creation date after “deleting” — if it changes, something in the app is re-adding it.