What are you trying to achieve?
Hello. i am trying to automate sending email through Make.
I mapped the Recipient email to a previous module: 27.email. But keeps getting this error:
BundleValidationError
Validation failed for 1 parameter(s).
Array of objects expected in parameter ‘toRecipients’.
Origin
Make
Steps taken so far
I have already tried replacing with:
- [{“email”:“{{27.email}}”}]
- add(emptyarray; createObject(“Email Address”; {{27.email}}))
- add(emptyarray; createObject(“address”; “a-static-email@gmail.com”))
But keeps getting the same error. Everything else in my workflow works.


