I am trying to send one email to multiple email addresses through one arry

This worked, thank you for all the help! Apologies for all the confusion, I will be sure to study up more on the platform

1 Like

Hello Brandon,

I believe the issue is with how the array is being passed into the CC field.

In most cases, the Gmail module expects the emails as a comma separated string, not a raw array. So even if your previous step is pulling two email addresses correctly, you usually need to transform that array into a single text value before mapping it into CC.

If you want, I can help you structure it properly so both addresses pass through and the email sends as expected.

Welcome to the Make community!

If you map an array of strings into a text field, I believe Make will automatically β€œjoin” them into a CSV string.

β€” @samliew