Sending one Gmail to multiple recipients email addresses extracted from a text

Hi @NocodeNoah

I’m actually trying todo the same with Glide sending batch mails with Send Grid

Here is the JSON

"{
    ""users"": [{
    ""name"": ""Gary Willmott"",
    ""email"": ""[email protected]""
}, {
    ""name"": ""Gary Willmott TEST"",
    ""email"": ""[email protected]""
}]
}"

Using this setup

SendGrid

Iterator

Array Aggreg

JSON Parser

But I get this error???
Screenshot 2022-09-28 at 19.06.17

The output of the iterator is this