Error: There is no connection back to the node

Describe the problem/error/question

I have a Loop over items node, and I want to collect results from all the iterations in the “done” branch (by the Edit Field node). But I can get information from only 1 loop branch (the 1st iteration). With other brands, I get the error message:

" There is no connection back to the node ‘Information Extractor’ , but it’s used in an expression here.
Please wire up the node (there can be other nodes in between)."

When execute the work flow, I see the all the 3 iterations runs successfully.

Please share your workflow

Share the output returned by the last node

Here is the Edit Field node (in “done” branch of Loop Over Items node):

Information on your n8n setup

  • n8n version: 1.98.2
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): local with npm
  • Operating system: Windows 10 Pro

Hey @Hong_Dao, welcome to the community.

I would try to pass (set) the information you need from information extractor down the execution path. You won’t be able to reference that node from the done branch.

@jabbson Could you show me how to get these information in “done” branch of Loop Over Items node?

Over here, as you finish your execute command nodes, add a Set value and set the value which you need to bring through the done branch.

If the result of the execute command is not something you need to save you could even have a single Set node which joins both Execute Command nodes and have a single return to the Loop node.

Blockquote Over here, as you finish your execute command nodes, add a Set value and set the value which you need to bring through the done branch.

I have tried this before, the Set node (Edit field node) can get values that I need and send them back to Loop Over Items node. But Edit field node in “done” branch can not get these value.

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