Describe the issue/error/question
I have a javascript node that returns an array of links like this:
[“https://something.com”, “https://something2.com”, “https://something3.com”, “https://something4.com”]
The “Code” node returns four items, one per each item in the array.
Because of the four items returned in the code node, the HTTP node runs four times too. So now, I have four binaries in the HTTP node, and I’m trying to send them with the Gmail node, but I want to send one email with the four binaries
But the way it is, it runs the “gmail node” four times and sends the binaries individually.
How can I “merge” all the binaries into the gmail node?
How can I send all the binaries together in the same email?
Thanks.
Information on your n8n setup
- n8n version: 0.209.4
- Database you’re using (default: SQLite): SQLite
- Running n8n with the execution process [own(default), main]: own
- Running n8n via [Docker, npm, n8n.cloud, desktop app]: docker