How can I update the scenario so that the contents of the HTTP request are all processed at the same time? I’d like to iterate over each item in the array and respond to the HTTP request with the result of all of those iterations.
Thanks for the suggestion, that’s looking promising. Do I need to add a Parse JSON step to convert the string back into an array so that I can iterate over it or can that be avoided?
I did look into this but since the webhook’s output is individual bundles, I couldn’t access the array to process it with the iterator.
If I can’t avoid adding the Parse JSON step, I’ll try this instead.
Actually, this seems to be the most straightforward option. I updated my request content like this -
And didn’t enable JSON pass-through. Now I can iterate over the array like this -