JSON Field tag returning undefined

Describe the problem/error/question

Dragging and dropings json tags return undefined for only one tage out of 3. I need the agent to take in three variables. In the preivious 3 nodes I have set fields. When I use those field json tags in the agent only 2/3 return normal.

Error message

[undefined]

Information on your n8n setup

  • n8n version: current
  • Database (default: SQLite): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): N8N Cloud

Hey @Collin

Try replacing the following expression with undefined one:-

{{ $('bodylang1').first().json.bodylang }}

I think the merge node’s output is weird.

Change the merge node setting to combined works.

Can you explain more about why you set the merge node config to this?

2 Likes

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