Receiving duplicate webhook only in KANBAN mode

When I use the Kanban mode I am receiving double webhooks.

But if I use the grid mode works well

Hi @michaelvips. Would you mind sharing the webhook payloads (the JSON, or a screenshot) you’re receiving in that kanban example? The video is fairly low quality and it’s hard to see.

Is on you tube, you need change the resolution quality to see better.

First:

{"table_id": 567, "database_id": 100, "workspace_id": 100, "event_id": "fa499d60-8b8c-48c1-a2bf-19db48487c07", "event_type": "rows.updated", "items": [{"id": 1, "order": "85.00000000000000000000", "ID": "23", "Cliente": [{"id": 2, "value": "Michael de lima e silva"}], "Produtos": [{"id": 1, "value": "Odis Service"}, {"id": 2, "value": "Odis Engineering"}], "Equipamento": {"id": 2515, "value": "VAS 6154", "color": "light-purple"}, "Status": {"id": 2517, "value": "Iniciada", "color": "darker-yellow"}, "Iniciada em": null, "Finalizada em": null, "Criada em": "2024-01-30T21:43:18.568160Z", "Situa\u00e7\u00e3o": {"id": 2522, "value": "Baixando", "color": "dark-green"}}], "old_items": [{"id": 1, "order": "85.00000000000000000000", "ID": "23", "Cliente": [{"id": 2, "value": "Michael de lima e silva"}], "Produtos": [{"id": 1, "value": "Odis Service"}, {"id": 2, "value": "Odis Engineering"}], "Equipamento": {"id": 2515, "value": "VAS 6154", "color": "light-purple"}, "Status": null, "Iniciada em": null, "Finalizada em": null, "Criada em": "2024-01-30T21:43:18.568160Z", "Situa\u00e7\u00e3o": {"id": 2522, "value": "Baixando", "color": "dark-green"}}]}

Second:

{"table_id": 567, "database_id": 100, "workspace_id": 100, "event_id": "5114e159-6823-48a3-a1e9-6c01de5760db", "event_type": "rows.updated", "items": [{"id": 1, "order": "83.50000000000000000000", "ID": "23", "Cliente": [{"id": 2, "value": "Michael de lima e silva"}], "Produtos": [{"id": 1, "value": "Odis Service"}, {"id": 2, "value": "Odis Engineering"}], "Equipamento": {"id": 2515, "value": "VAS 6154", "color": "light-purple"}, "Status": {"id": 2517, "value": "Iniciada", "color": "darker-yellow"}, "Iniciada em": null, "Finalizada em": null, "Criada em": "2024-01-30T21:43:18.568160Z", "Situa\u00e7\u00e3o": {"id": 2522, "value": "Baixando", "color": "dark-green"}}], "old_items": [{"id": 1, "order": "85.00000000000000000000", "ID": "23", "Cliente": [{"id": 2, "value": "Michael de lima e silva"}], "Produtos": [{"id": 1, "value": "Odis Service"}, {"id": 2, "value": "Odis Engineering"}], "Equipamento": {"id": 2515, "value": "VAS 6154", "color": "light-purple"}, "Status": {"id": 2517, "value": "Iniciada", "color": "darker-yellow"}, "Iniciada em": null, "Finalizada em": null, "Criada em": "2024-01-30T21:43:18.568160Z", "Situa\u00e7\u00e3o": {"id": 2522, "value": "Baixando", "color": "dark-green"}}]}

image

Thank you @michaelvips! I’ve opened an issue on Gitlab to investigate this further.