When one node has three branches, only one runs and two are ignored

when one node has three branches, only one runs and two are ignored

1 Like

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

n8n version: 1.29.1
Running n8n via: Docker
Operationg System: Windows 11

Are you sure that there is a field summary_pp and summary_dc in the response to that http request?

Is the bottom one the one that is working for you? because the first bottom split out node is set to “Always output data” where the top two are not, so if the data doesn’t contain those keys only the bottom one will continue

If that does not solve your problem then I will need a sample of the http request to check into it further