Creating An Array Of Email Addresses

Thanks a lot, I was able to remove the previous Create JSON step and create it in the Aggregate To JSON module instead -

Which produces this -

The only thing is, I’m still seeing some strange behaviour - I’m sending this data to another scenario’s webhook and rather than processing every item in the array in one go, the scenario’s processing each of them separately. Do you know why that’s happening by any chance?

I’d like to process every item in the array in a single scenario execution and respond with an array of results.

Each item in the array is being processed as a single bundle -