Missing value of required parameter

Hello,

I am using my make.com scenario with an Outlook API to draft an email.
For some new email drafts I would like to CC recipients, and for some other new drafts, I would not like to CC any recipients.

The issue with Make.com is that it if I set the CC variable to another field, and that field is sometimes empty, it returns the “Missing value of required parameter” error.

How can I let the scenario know that a variable is not a “must” to execute a bundle?

Thanks!

You’ll need to aggregate the list of recipients to an array first.

Then, you can use the if function to test your condition before you use that array, or an emptyarray.

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.

I might have not clarified my question correctly.
I have an aggregator for 5 bundles, in some of those bundles I have email addresses, while others do not.

I have an Outlook Module to create a draft email. I would like to have bundles without email addresses be created even if those do not have addresses in them (I will enter those manually later).

Or in other words- how do I skip the red star highlighted variables? see below