Binary Data not flow through to the subworkflow

It would be much appreciated, if someone could help with this problem.

Describe the problem/error/question

First, there was a thread talking about the same issue, but it was closed and advised that the bug has been fixed in 1.74.3

Basically, the problem is the binary data didn’t flow through to the subworkflow

Please share your workflow

Parent:

Sub workflow:

Screenshot

Information on your n8n setup

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

Welcome to the community @Alan_Cui !

Tip for sharing information

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

That implies to any JSON output you would like to share with us.

Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!


You still seem to be using the older version of the nodes. Plese, upgrade to the latest 1.76.3 and replace the nodes with their new versions from the Nodes panel. You can see the node version when navigating to the Settings tab. For example,

1 Like