Describe the problem/error/question
I’m facing trouble with dealing with the ‘error’ output generated by a HTTP node, whether it’s via the Include Response Headers and Status == true approach, or with the On Error == Continue (using error output).
The issue is, the data in the ‘error’ object is not being correctly parsed/considered by the nodes following the HTTP node (Set node/IF node). [See screenshots below]
Concerned wf:
The Set node:
Information on your n8n setup
- n8n version: 1.22.4
- Database (default: SQLite): postgres
- n8n EXECUTIONS_PROCESS setting (default: own, main): main
- Running n8n via (Docker, npm, n8n cloud, desktop app): docker
- Operating system: ubuntu

