Activity
Mon
Wed
Fri
Sun
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
What is this?
Less
More

Memberships

Cold Calling Community

1k members • Free

HighLevel Blueprint

1.2k members • Free

Volvex AI Labs

259 members • Free

The AI Lounge

21 members • Free

AI Agent Mastery

282 members • Free

AI Freedom Finders

752 members • Free

AI Viral Video Creator Hub

612 members • Free

Automation University

6k members • Free

Agents Space

62 members • Free

1 contribution to Learn Automation and AI
Multiple Binaries! Downloading Files in n8n
I've struggled with this many times now but this one seemed to work. n8n does not play well with multiple downloaded files at the same time, it tends to only want to you one, and only use it right after it's been downloaded. But I finally ran into a script that seemed to work for using multiple downloaded files at the same time. I needed to attach multiple documents to an email, and this code node managed to set it up before the Gmail node and after the download: let binaries = {}, binary_keys = []; for (const [index, inputItem] of Object.entries($input.all())) { binaries[`data_${index}`] = inputItem.binary.data; binary_keys.push(`data_${index}`); } return [{ json: { binary_keys: binary_keys.join(',') }, binary: binaries }]; Running that in a code node after the download allows for a drag and drop of the files that need to be attached in an email. Let me know if you need an example workflow for it!
Multiple Binaries! Downloading Files in n8n
1 like • Oct '25
@Peter Ps feel free to DM me for more information
1-1 of 1
Ayomide Aderayo-salami
1
4points to level up
@ayomide-aderayo-salami-7586
Web designer & automation specialist with WordPress, Figma, GHL | Automations with n8n, make.com & Zapier, ClickUp e.t.c. (WhatsApp: +2349162124195)

Active 2d ago
Joined Oct 5, 2025
Powered by