i have 30 clay tables, with different leads. is there a way to check all tables in between and remove duplicates?
You'll need to check each table individually for duplicates. Here's how you can remove duplicates in each table: 1. For manual deduplication:
β’ Click on the header of the column you want to dedupe
β’ Select Dedupe
from the dropdown menu
β’ Confirm and select Delete
to remove the duplicates
2. For automatic deduplication:
β’ Click the Auto-dedupe
icon at the bottom right of your table
β’ Select Enable automatic deduplication
β’ Choose the column you want to dedupe
β’ Click Save Changes
Important notes: ** Deleted rows cannot be recovered, so proceed with caution
** Duplicates are identified based on exact string matches (case-sensitive)
* Extra whitespace is considered when identifying duplicates
Sources:
Table columns overview | Documentation | Clay University
Auto-update and Auto-dedupe Table
Was that helpful?