OpenAI output cannot be merged

I am trying to merge the output value of the OpenAI node with a filename through a merge node. But the ‘convert to file’ that comes after the ‘merge’ throws an error.

Error is: The value in “output” is not set [item 1]

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

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

There is no need for merge

You can referce the data from previous node directly.

1 Like

Thank you Darrell, it worked!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.