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?