Send email anyway (Brevo) if Bcc recipient is empty

Hello Makers, I’m sending email confirmation to my customers from my contact form through Brevo module.

Here what I have in Bcc :

But email isn’t sent because of the following handled error in any case :

I tried everything to fix it but nothing works :

  • Without empty around
  • With ignore, emptystring, “”, nothing… instead of null in the screenshot

How to prevent from handled error and send the email if “Email du donneur d'ordre" is empty” (or Name Bcc field)?

You’ll have to do it the advanced way.

If you need further assistance,

Did you know, this forum has a Hire a Pro category, where you can post your request for off-site specialised help on other platforms (video call/screenshare/private messaging/etc.)? This may help you get your issue resolved faster especially if it is urgent. It is important to post your request in the Hire a Pro category, as forum members are not allowed to advertise their services elsewhere (like here).

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Thank you. I already tried it

And, at the contrary, it worked when it’s empty and when email exists, I got the following handled error :
Screenshot 2024-10-30 à 10.07.10

Do you have any solution?

You will have to use the Parse JSON module, or array aggregator module.

Hope this helps! Let me know if there are any further questions or issues.

@samliew


P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!

It might be useful if I knew what input should look like in the CC field in my screenshot.

I will try something but is anyone able to precise @samliew 's solution ?