Describe the problem/error/question
So I’m filtering data to avoid process everything in LLM, and after AI node I’m getting a single output field, so what is the intended way to restore original object + add LLM output, so after #3 I got objects with the same data structure?
– #1 – data object with 6 fields
– if the data goes around LLM node, it will arrive to #3 with all the same fields
– if the data goes through LLM node it will be shrank to a single “output” field.
To restore original object I have to use “LLM Output Normalise” and access previous node data with an ugly $('skip_llm').body.
Are there other ways to achieve that?
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: 2.14.2
- Database (default: SQLite): default
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): docker
- Operating system: linux

