The microsoft teams chat triggers multiple times with same input and output. When workflow is run manually, its perfect and runs only once. When make the workflow active, it triggers multiple times.
I kept a postgres table to capture duplicate message IDs which reduced no of triggers, but gets triggered multiple times.
Each trigger creates a new workflow execution.
Issue is only in active mode, not in test/edit mode.
It sounds like the Microsoft Teams trigger might be firing multiple times due to duplicate webhook calls or overlapping subscriptions. Here are a few steps to troubleshoot: