I did a search and found a thread with the exact same issue, but unfortunately it doesn’t look like it was ever resolved. L2: Wfkl2_P1
Describe the problem/error/question
I’m going through the n8n Text Course, Level Two, Workflow 2. After configuring both the Airtable and HTTP nodes, and verifying they are both showing data, the “Merge” node, for some reason, is not able to combine both “customerID” fields.
What is the error message (if any)?
No output data returned
Please share your workflow
Share the output returned by the last node
No output data returned
n8n stops executing the workflow when a node has no output data. You can change this default behaviour via Settings > “Always Output Data”.
Information on your n8n setup
- n8n version: 1.76.1
- Database (default: SQLite): Airtable
- **n8n EXECUTIONS_PROCESS setting (default: own, main):**main (I assume)
- Running n8n via (Docker, npm, n8n cloud, desktop app): npm (self hosted)
- Operating system: WIndows 11
AirTable:
HTTP:
Merge:
Edit: I also tried turning on the “Fields to match have different names” switch and put customerID in both fields, but still not getting any data back.