Using binary and JSON data together

Describe the problem/error/question

I’m trying to transfer an ai-generated video title to the Youtube upload node and upload a video with a dynamic title accordingly. However, the Youtube upload node sees either the binary with the video or the dynamic title, node merge does not help. Is there any way to pass two or more parameters to the Youtube upload node?

Please share your workflow

Share the output returned by the last node

This operation expects the node’s input data to contain a binary file ‘data’, but none was found [item 0]

Information on your n8n setup

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

The issue is likely in your merge node. Try to change the mode to combine by all possible combinations., so that you have a single item of output from the merge node - containing both the JSON as well as the binary.

2 Likes

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