Describe the problem/error/question : I am trying to create sql query via gemini chat model through manual natural language input. This works fine, however, the postgres node does not produce the output. Have tried all fix given by AI asisstant.
What is the error message (if any)? No output
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): : Postgrer
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): cloud
- Operating system: : mac
Hey Tokita!
If the sql node input was invalid I would expect to see an error thrown. You are reprting the output is empty - does that mean an empty array ?
If so that would mean your query is just not returning any results. I would validate the query and the data your are looking for in the Db outside of n8n to confirm.