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?
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