Issue when a value can't be blank

Aight,

you will want to map this section (CC)

when you add the item, the “structure” is still sent,
MailerSend either expects no structure there. or structure with email.
But Not: structure without email which is what its currently getting.

(Google contacts has a similar quirk)

Follow This

  1. Click map toggle next to CC
    remembering the data structure that is visualized in front of you before so.
    In the new field that shows up:
  2. put if email = blank
  3. return null
  4. if not return an array
  5. with an object in it
  6. that contains an email, and receivers name.
    a. im guessing you can pass null for receivers name.

Does this make sense?

Let me know if you would like a visual aid. (will provide when back to computer if needed)

ClickMe for supplemental Information

What does the "Map" toggle do? - #2 by JugaadiTech

1 Like