No path back to node when trying to insert values in postgresql

Describe the problem/error/question

I am trying to connect to outputs at different stages in my workflow and trying to insert it into a postgresdb

What is the error message (if any)?

I am getting the error message that [ERROR: No path back to node]

Please share your workflow

(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 (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @abih1 hope all is good. Welcome.

Would you like to share your workflow?

Actually I figured it out. I was using if-else logic to separate path and it was not able to reference variables in the the other path when run.

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