Item List output parser, outputs 3 responses only, where log shows 30?

When trying to abstract out data from a document, i parse the information through the LLM and get good results as a list thats shown in the log. Although the output response only shows 3 and not the whole list.

When running the workflow the Item List Output Parser doesnt get the green tick so not sure if its connected properly? although log results are still good, its just the output responses which is the issue.

Please can some one help?



It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
1 Like

Im running n8n Version 1.65.2
I dont have a database connected, other than the openai assistant knowledge
im running Locally
using windows 11

Hi @Paul_Gray

Thanks for posting here and welcome to the community! :raised_hands:

Can you actually share your workflow so we can see how you’ve configured the output parser?

For this use case you might even try the Information Extractor node - perhaps that could be a better solution?