I'm sending data from Clay table to Cargo via HTTP API. I have an issue that the same record is being sent twice. What can be wrong? My Clay table - https://app.clay.com/workspaces/261968/workbooks/wb_0swvnng824vypYDdVdv/tables/t_0swvnnuJdKuzx8TERw2/views/gv_0swvnnuJW4uiuxHvXuz
This could be happening due to auto-update settings in your HTTP API integration. By default, columns update whenever you add a new row, which might trigger duplicate sends. To fix this: 1. Check your HTTP API column's auto-update setting 2. Toggle it off if you don't want automatic updates 3. Consider using conditional run criteria to control when the API call executes Could you share your JSON body configuration so I can help troubleshoot further?
Hey, I saw that you enabled Auto Dedupe—did that help? In most cases, duplicates in the table can cause the same record to be sent twice. Another possible reason is if any of the column dependencies were updated, which can trigger a rerun and resend the data. Let me know if you’re still seeing duplicates or need help checking dependencies.
I still experience the same issue. I even have enabled the deduplication feature but it still sends the same HTTP API request twice. Working with a new table and still experiencing the same issue - https://app.clay.com/workspaces/261968/workbooks/wb_0szqs5hGwRDaFotGWiV/tables/t_0szsso3AGswAvPZVT6V/views/gv_0szsso3bEMbxTNWDaUx