Hi All,
I am currently uploading a large amount of data via CSV upload. I have noticed that it is uploading some of the entries more than once. Each of the entries has a unique code that I could search for in order to determine if this entry exists more than once in the database. Does anyone know of a way that I could search for all entries in the database that are duplicates so that I can delete them without having to check by hand.
Thanks,
Ryan
Did you find any solution for this?
I am facing the same problem.
I think still this is one major problem on bubble hope they fixed this
Agreed. I never found a solution for this myself, other than to use firestore for virtually everything storage related. It took some getting used to but was ultimately well worth it.
Honestly, if I could have one dream feature from bubble, it would be a native firestore integration that allowed client side calls to return values in workflows. Or even just simply letting client side workflows return values and someone would develop a plugin that takes care of the firestore integration. That would solve this issue and make bubble way more powerful and easy to use and would forgo the need for so many front end listeners or using server side actions for simple things like parsing JSON, all of which I had to do to solve the original issue.