Hi n8n community,
I have a workflow that starts with a trigger receiving a binary file (e.g., from a form). Later in the workflow, after a Switch node routes the execution based on some logic, I need to send that original binary file using an HTTP Request node (as form-data or binary body) to an external API.
I’m finding it difficult to reliably access the binary data from the trigger node at the input of the HTTP Request node after the Switch branch. Standard expressions referencing the trigger node’s binary data often result in ‘undefined’ or errors about missing binary files in the HTTP Request node’s input.
What is the most reliable and standard way in n8n (v1.83.2 Self Hosted) to ensure binary data from an early trigger node can be sent by an HTTP Request node that runs after a Switch node or other branching logic?
Any help or pointers would be greatly appreciated!
Thanks,
Mishel