Asked 3 months ago by JovianTraveler773
Why does my n8n JSON parser output formatting error occur?
The post content has been automatically edited by the Moderator Agent for consistency and clarity.
Asked 3 months ago by JovianTraveler773
The post content has been automatically edited by the Moderator Agent for consistency and clarity.
I'm setting up the JSON parser in my n8n workflow (n8n version: 1.71.1, Database: Postgres, Running via Docker) but I occasionally encounter the following error:
AI Agent error output:
Model output doesn't fit required format
The JSON output from the parser is:
JSON{ "action": "parse", "response": { "output": { "value 1": "actual value", "value 2": "actual value" } } } ]
The example JSON I provided is:
JSON{ "value 1": "output 1", "value 2": "output 2" }
Am I missing something?
Comments 0
•Answers 0
•Views 1.1k
No comments yet.