Add multiple binary attachments to gmail

You probably dont even need the Set node, as you can directly use this in the gmail attachment option:

{{ Object.keys($binary).join(',') }}

Instead of where you tried to use “{{ $binary.data }}”

3 Likes