HTTP POST Request: Sending array of objects as body param

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?

Ah I resolved it myself, I think you’ll have to return one item from the function instead of returning multiple items.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.