Describe the problem/error/question
I have a Basic LLm Chain with a structured output parser. The output of the Basic LLM chain contains /n /n...etc
formatting, so I was trying to remove them by using the structured output parser to create two data set "title" and "content"
. So when i provide the json schema
it overwrites what i have in the input schema field, when I clear it clears both, same thing when i provide the input schema it overwrites the json schema. And when i use the same thing for both the Json schema and the input schema I get an error.
What is the error message (if any)?
Error in sub-node ‘Structured Output Parser‘ .
Internal error Open node
Please share your workflow



Share the output returned by the last node
Error in sub-node ‘Structured Output Parser‘ Internal error Open node
###I am expecting the output of the Basic LLM chain to display :
Content : ``
so i can convert it into a word document with proper word formatting
## Information on your n8n setup
- **n8n version: 147.3**
- **Database (default: SQLite):**
- **n8n EXECUTIONS_PROCESS setting (default: own, main):**
- **Running n8n via (Docker, npm, n8n cloud, desktop app): I am using it on the web, so i think its the n8n cloud**
- **Operating system: Fedora Linux distro**