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?
5 Replies
One thing I was trying to do with my team is "grouping by" phone number, and then check differences and merge records
About custom grouping, there's already an issue made by another user https://github.com/twentyhq/twenty/issues/14587
GitHub
Individual Kanban views with Custom Grouping · Issue #14587 · twe...
Scope & Context Example: For a Working Kanban View its currently only working if you create a Select Field: Current behavior If you create the above it's working as expected.. Expected beha...
About finding duplicates, I see the problem, REST API doesn't process properly the request, would you create a issue for that?
@ɃØĦɆᵾS yup, for sure, let me create an issue
GitHub
Merging records is not an action available in the API · Issue #148...
Scope & Context When finding duplicates, it's possible to merge records from the UI. But when you have "A lot" of duplicated records, it's easier to build an automation. This ...