hello ! I have an other bug here. Sometimes rows decide that can be removed on their own aha. https://www.loom.com/share/40381c35079d444da7b0e8e6225fa405?sid=e048b8e1-04ab-4bfb-b5a1-6ad0a2a47f2f https://app.clay.com/workspaces/19532/tables/t_yZX6xcDcGYaC/views/gv_gkJD2RWzPHUR
This behavior might be related to two features in Clay: 1. Passthrough Tables - If you're using a table with webhooks as the source, it might have auto-delete enabled. This is an enterprise feature that automatically deletes rows after processing to help manage large volumes of data. 2. Auto-dedupe - Your table might have automatic deduplication enabled, which automatically removes duplicate records to keep your data clean.To check and fix this: 1. For Passthrough tables: • Check if your table uses webhooks as the source • Access the admin panel and check if auto-delete is enabled 2. For Auto-dedupe: • Click the Auto-dedupe icon at the bottom right of your table • Check if "Enable automatic deduplication" is toggled on • If enabled and not needed, toggle it offNote that passthrough features don't apply to CSV uploads or bulk imports. Sources: Configuring your table settings | Documentation | Clay University Passthrough features guide | Documentation | Clay University Auto-update and Auto-dedupe Table