Does anyone have an Idea how to avoid duplicates when running a clayagent search?
I thought of working with 2 tables to exclude and running small searches
To avoid duplicates when running Clay Agent searches, use the Lookup feature to check if records already exist in another table before enriching them.
How to implement:
1.
Create an exclusion table - Maintain a central table with records you want to filter out
2.
Use Lookup Single Row - Before running enrichments, check if the record exists in your exclusion table
3.
Enable auto-dedupe - In your table settings (bottom-right), toggle on "Enable automatic deduplication" and select a unique identifier column (like LinkedIn URL) [1]
This approach saves credits by avoiding duplicate enrichments and keeps your data clean. [2]
If you need any more help with avoiding duplicates in your Clay Agent searches, please let me know. Would you like to share more details about what you're trying to achieve or any specific challenges you're facing?