workflows.fit
Back to n8n workflows
n8n templateFreeBy Tom

Merge binary objects on multiple items into a single item

This workflow is the opposite of [this one](https://n8n.io/workflows/1621-split-out-binary-data/). It transforms multiple different items with one binary object named data into a single item with multiple binary objec...

DevelopmentCore NodesManual TriggerCodeHttp RequestSticky Note
Loading interactive preview...

Template notes

This workflow is the opposite of [this one](https://n8n.io/workflows/1621-split-out-binary-data/). It transforms multiple different items with one binary object named data into a single item with multiple binary objects:

![image.png](fileId:706)

This can be useful when creating a single .zip archive for example. It uses the updated Code node instead of the older Function node.