Text Course, Level Two, Workflow 2 merge issue

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.

Anyone have any ideas on this?

Found another thread that resolved the issue. customerID field in airtable was set as a string and should have been set as a number.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.