I would like to decompress a Zip file in my n8n workflow with the node “Compression”. It works if I put the node Compression just after my node which returns the ZIP file. But my workflow is built as the nodes are separeted by 2 nodes, so I would like to know how to acces a binary data when it is returned 3 nodes back.
Here is my error :
Hi @BenJ, you would need to use a Merge node (with Mode set to Combine and and Combination Mode set to Merge By Position) in this case to combine the output of two separate nodes (storeFile and loopOnPJ" in your case).