Hi folks,
I’m attempting to send an array of objects (as seen in the screenshot under 200 items) as the body of the POST request in the last HTTP request node. However, it looks like the HTTP request node attempts to fire off 200 HTTP requests for the 200 input data. I’m actually hoping to send the 200 items in an array as the POST body for just one request. How should I be writing my expressions to make this work properly?