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.)
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)
@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?
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.