This topic was automatically generated from Slack. You can find the original thread here.
hey , i have my trigger as a telegram bot that is receiving 1 message every couple minutes and that message is being sent to a chat in discord, my problem is that the chat is being sent twice to discord for no reason
when i test the workflow the message is only being sent once
Hello , would you mind sharing more detail about your workflow? What triggering it? Have you checked all of the events received by your workflow if they are not duplicated?
Like Leo mentioned, it looks like you’re getting duplicate messages, based on the event history on the left side of your screenshot, which means the workflow is getting triggered twice in a row (and thus sending double Discord messages)