Group duplicated by field
Currently, there are 2 limitations:
- Very hard to find duplicated records (whatever the criteria: name, phone, email, etc)
- Not possible to group by with different fields than "Select"
The solution I got so far, was generating a list of ID of users connecting directly to the database. The challenge is created in multiple ways:
- Manual entries that are repeated
- Very challenging to import a CSV with a strategy to manage duplicated
- Not possible to merge with the API
Does anyone else deal with this problem? Is there any Initiative in the Roadmap for this?
1 Reply
One thing I was trying to do with my team is "grouping by" phone number, and then check differences and merge records