Bad request - please check your parameters for sending data to subwork flow

is this a bug ?
Bad request - please check your parameters
i am simply trying to send data to another workflow

my sub workflow

Share the output returned by the last node

Information on your n8n setup

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

@kapitanoppa which node are you using in the first image?

Did you follow the steps described here?

.
.
.


If this helped you, please mark my reply as correct solution✅ and give it a like❤️
Have fun!:robot:

Hey @kapitanoppa,
Your input is probably nested into output or something like that:

"output":{
    "email": "[email protected]",
    "booktime": "01/01/2026"
}

In your sub-workflow trigger you can enable ‘Accept all data’

This will allow you to test, see what data is coming and adjust your mappings.

I am using this node
image

then all setting are default since I am testing to send data

i tried that as well


Ah… I see you are using agent tools… :smiley:
Maybe it has something to do with the tool support of the model.
I personally don’t use tools too much because they are too unpredictable yet.

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