Describe the problem/error/question
When I send a confirmation slack message at the end of my workflow, I can see from execution tab that there is one single execution but my slack node send 2 message
Here is below the workflow screen shot where last node execution is in red square
In my slack chanel I receive the following :
The first message is from the output, but the second message why it is send ?
Thanks for help
Share the output returned by the last node
[
{
“ok”: true,
“channel”: “C0AFGAMF6SF”,
“message”: {
“user”: “U0AG1HN4UPK”,
“type”: “message”,
“ts”: “1772101020.346269”,
“bot_id”: “B0AFLJB3LKY”,
“app_id”: “A0AFNL4D20J”,
“text”: “
Thanks <@U0AFG86US0K>! Your support request has been created
\n_Automated with this <http://localhost:5678/workflow/jHAhoSJX2temlwyqAejRB?utm_source=n8n-internal&utm_medium=powered_by&utm_campaign=n8n-nodes-base.slack_3dba50fea55b8a965fa42dc5ff83445861607f63463e6fd81c2553d59ecfeac2|n8n workflow>",
“team”: “T0AG1H6D5DX”,
“bot_profile”: {
“id”: “B0AFLJB3LKY”,
“app_id”: “A0AFNL4D20J”,
“user_id”: “U0AG1HN4UPK”,
“name”: “n8n”,
}
]
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:


