I updated to the latest n8nVersion 1.82.3 and now my previous node variables aren't working

Describe the problem/error/question

Nodes are not recognising any data in previous node variables when they execute. When I am editing the current node it might show the previous nodes data, but when I actually execute the node, that same data is not recognised and I get errors like “The field ‘[object Object]’ wasn’t found in any input item” when trying to Split node. And my Basic LLM Chain node just says the data I’m passing to it is just ‘[object Object]’ without any real data.

What is the error message (if any)?

Split Out: The field ‘[object Object]’ wasn’t found in any input item

Basic LLM Chain: “It looks like there’s a placeholder for data in your input. The text “[object Object]” typically indicates that the data being referenced is an object in JavaScript, but it isn’t displaying the actual content of those objects. \n\nIf you can provide the actual data in a more readable format or specify what you expec”

Please share your workflow

In this example I am receiving a post request from notion with some basic information and 3 separate properties with image files in them. I don’t actually want to use the split out or aggregate nodes, I’m just tested them for a work around since the Basic LLM node isn’t just getting [object, Object]. But they are also failing so.

Share the output returned by the last node

Information on your n8n setup

  • **n8n version:**1.82.3 and 1.83.2 Beta (same issues with both versions). It was working perfectly fine when I was on 1.79.x version.
  • Database (default: SQLite): don’t know?
  • n8n EXECUTIONS_PROCESS setting (default: own, main): don’t know?
  • Running n8n via (Docker, npm, n8n cloud, desktop app): cloud
  • **Operating system:**macOS Sequoia 15.3.1

Hey @SABR_Group , can you share your webhook node with some pinned data?

I’m gonna test it here to see what I get.

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