Forward Binary in Code

Describe the issue/error/question

I want to forward binary data from an input of a code-block as binary output + json output from Code-block to nextcloud block.

So in nextcloud-block I would need:

  • Binary forwarded inside code as binary :x: not working
  • yearmonth from code :white_check_mark: works fine
  • year from code :white_check_mark: works fine

Please share the workflow

Information on your n8n setup

  • n8n version: 0.198.2
  • Database you’re using (default: SQLite):default
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]:docker

Hi @philippkayser, are you simply missing your binary item on the Nextcloud node so the upload fails? If so, could you try using the Merge node to bring it back from your previous node?

Like so:

The Code node in this example wouldn’t return the binary object coming from the previous node, but the Merge node combining the items on each position would bring it back.

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