You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the postgres node to update a row. If the row cannot be found, the result is an error. When I enable Continue on error using error output, no data is output to the error branch on error. I would like to create a handler for when a row is not found, but I can't do this if the error branch does not output the error.
To Reproduce
Create Postgres Node
Go to settings and set "On Error" to "Continue (using error output)"
Create an update query that will yield no matching rows
Set "Query Batching" to "Independently" (So I get an error per query)
Attach a code node to error branch
Execute
Expected behavior
Expect an output to error branch for each error encountered
Operating System
Ubuntu 22.04
n8n Version
1.65.2
Node.js Version
20
Database
PostgreSQL
Execution mode
main (default)
The text was updated successfully, but these errors were encountered:
Bug Description
I am using the postgres node to update a row. If the row cannot be found, the result is an error. When I enable Continue on error using error output, no data is output to the error branch on error. I would like to create a handler for when a row is not found, but I can't do this if the error branch does not output the error.
To Reproduce
Expected behavior
Expect an output to error branch for each error encountered
Operating System
Ubuntu 22.04
n8n Version
1.65.2
Node.js Version
20
Database
PostgreSQL
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: