Error " Can’t get data for expression under..." after a IF node (False branch)

Hey everyone !

Describe the problem/error/question

When I try to use a “Edit Field” node in my flow, after a “If…else” node, I get the following error:

ERROR: Can’t get data for expression under ‘Fields to Set > Values’ field
In node ‘HTTP Request2’, output item 0 points to an input item on node ‘IF1‘ that doesn’t exist.

I don’t have any code node in my flow. It seems that data are not passed correctly in the False branch of my “if…else” node.

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.14.2
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Ubuntu 20

Hey @Henri_Chabert,

Can you share the full workflow so we can get a better idea of what is going on? If you can share the output data from the If node as well that would be handy. It may also be worth trying without the community node just to make sure it isn’t an issue caused by the output of that node.

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