{
"error": {
"code": "TriggerInputSchemaMismatch",
"message": "The input body for trigger 'manual' of type 'Request' did not match its schema definition. Error details: 'Invalid type. Expected String but got Object.,Invalid type. Expected String but got Object.'."
}
}
Error: 400
TriggerInputSchemaMismatch
The excel file retrieved does exist and has content in it. My child flow is supposed to accept file content as input and the parent passes it file content that it gets from a SharePoint list.
I tried passing the child flow random text instead of retrieved file content and it worked and got farther for some reason (until it got to the pdf part) but when I pass actual file content it just breaks like this before the child flow gets to actually register a run.
Question: How do I pass my excel file to the child flow?
Thank you!

Parent Flow

Child Flow