hi all
i'm sending data from one table to another, in the original table it says 4 rows sent but i only see 3 rows in the destination table. is there some kind of silent de-duping that's potentially happening in the destination table by default?
Yes, Clay has an auto-dedupe feature that could explain this behavior. Auto-dedupe continuously monitors a specified column to detect and resolve duplicate values by retaining the oldest row and deleting the duplicates.
Additionally, when using "Send table data," the first send creates a new row in the destination table, but subsequent sends update that same row rather than creating new ones.
Check if auto-dedupe is enabled on your destination table by opening the table settings dropdown and looking for the auto-dedupe toggle.