[No path back to node]

Describe the problem/error/question

I have a supabase tool node connected to Agent. I am referring to the output of a switch node which is connected to Agent which i am assuming as an indirect node. I am getting the “No path back to node”.
I am able to see the output of switch node in the left pane of my Agent node
PLease see the attached screens.

What is the error message (if any)?

[No path back to node]

Please share your workflow

Attached screen shot
[No path back to node]

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node


Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • **Running n8n via Cloud
  • Operating system:

hello @Prince_Mathew

That’s because you will need a Merge node there (most probable with the Combine by position operation)

The AI node doesn’t accept multiple inputs. It will be treated as a separate inputs (onte item from the Code node and one item from the Switch node will go as separate items and you can’t use .json.item property for them)

2 Likes

@barn4k, It worked. I have one question regarding tool calling.Have you ever tried controlling the tool calling only driven by prompt. This mean using prompt you may call the tool multiple times. This kind of is possible with langgraph. Have you tried this?

Can’t say about that, I don’t use AI functionality

This is really interesting.

I am having a similar issue where the update airtable node seems disconnected from previous nodes. I added a merge but I don’t really understand how to implement this use case… any help would be appreciated.