Switch1 node output

Describe the problem/error/question

In Switch1 node, I’m not sure why both output would be sent. Happens in both Test and Production.

Switch node works fine; only 1 output would be sent.

What is there to check?

Please share your workflow

Share the output returned by the last node


Information on your n8n setup

  • n8n version: 1.103.1
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @charleslcso hope all is well.

Both outputs are set because you changed the settings of the node to Always Output Data. This setting is to make the node to produce empty result for when there is no result, so that the workflow can continue even if there is no output by the node.

Change it back and your problem will likely go away.