This worked, thank you for all the help! Apologies for all the confusion, I will be sure to study up more on the platform
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