Call n8n workflow tool error and not executing another workflow

I am trying to get an ai agent to trigger a sub flow using the call n8n workflow tool. However, it doesnt ever work no matter how many ways i try it. I tried to simply remove the ai agent having to input data and defined the workflow inputs manually and it still doesnt work. This is the output after just defining the fields manually:

Here is the setup of the Executed by Another Workflow Trigger node in the sub flow:

Does anyone have any ideas what is going on and why it wont trigger it?
Here is the

Hey Mighty_ducks, from what I can deduce from the workflow. It looks like the issue might be that the field names in your “Call Workflow” node don’t exactly match what the sub-workflow is expecting. Even small differences in spelling or casing can break it. Also, make sure the sub-workflow is set to “Active.”
Happy to walk you through it if you’d like!