No input to an Execute Workflow node that specifies a JSON schema

Hello! I have a question about using input schemas. I’ve created a tool that’s part of an AI Agent workflow:

And I’d like the agent to supply the document type and document data to the sub-workflow. Up to now, I’ve had success with specifying example JSON, but this time I want to use an enum to restrict the LLM so that it chooses the correct document type:

However, the execution is showing that there’s no input at all being sent into the Create Document node. Any ideas?

Information on your n8n setup

  • n8n version: 1.61.0
  • Database (default: SQLite): default, but also using MongoDB
  • n8n EXECUTIONS_PROCESS setting (default: own, main): Default?
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system: Windows 11 running Firefox

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

Nevermind! I was looking at the wrong tab in the input section. I’m not sure if the json schema was working or not, but it wasn’t what I thought, so I’m closing this posting.

1 Like

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