Yes, search for the thing you want, group them by whatever field you use to uniquely identify them (for example an ID or code you assign, not the Bubble-assigned unique id), aggregate them by “count”, then filter that list by count > 1.
Display that list in a repeating group if you want to see so you know which ones are duplicated, then through their unique identifier you can delete them.
Or just delete them manually in the database tab if they’re just a few.
1 Like