ERROR Microsoft 365 Create and Send Email: Recipient Field

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:

  1. [{“email”:“{{27.email}}”}]
  2. add(emptyarray; createObject(“Email Address”; {{27.email}}))
  3. add(emptyarray; createObject(“address”; “a-static-email@gmail.com”))

But keeps getting the same error. Everything else in my workflow works.

Screenshots: scenario setup, module configuration, errors