Hello
Describe the problem/error/question
I have a master workflow which call a sub workflow at its end.
The Sub workflow receive data but not all the parameters
The “to_send_to_xx” does not receive anything.
I tried to change its type but it is same issue.
We can see in the sub workflow that this parameter is defined to Boolean but the Output displays it as Sting.
Any clue ?
What is the error message (if any)?
No error
Please share your workflow
Master workflow ends with
Sub workflow starts with
Share the output returned by the last node
[
{
“filename”: “xx.pdf”,
“file_binary”: {
“mimeType”: “application/pdf”,
“fileType”: “pdf”,
“fileExtension”: “pdf”,
“data”: “JVBERi0…UVPRgo=”,
“fileName”: “xx.pdf”,
“fileSize”: “30.3 kB”
},
“dest_folder”: “https://xx.sharepoint.com/sites/xx/Shared%20Documents/General/xx”,
“to_send_to_odoo”: null,
“warning_msg”: null
}
]
Information on your n8n setup
- n8n version: 1.120.4
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system:






