Hi,
I am trying to set up a workflow which populates fields from three sources and does a merge. If have mocked up this in the code below
After the merge depending on how the Mode field from one of the sources is populated (it can be “Live”, “Periodic” or “Daily”) , I use a switch node to pass the data to 1 of 3 distinct http nodes.
My problem is that when I get to the switch node it is only passing 1 parameter through (the one used to determine which node to use).
I know I am doing something really silly here but cant quite figure it out.
Thanks in advance for the help.
workflow
Here is a screenshot showing how the output is only feeding through the field query:
Information on my n8n setup
- n8n version: Version 1.74.3
- Database (default: SQLite): postgres:12
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Linux