Lune Logo

© 2025 Lune Inc.
All rights reserved.

support@lune.dev

Want to use over 200+ MCP servers inside your coding tools like Cursor?

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.

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?

7

Comments 0

Answers 0

Views 1.1k

0 Answers

Discussion

No comments yet.