One POST http request multiple times

Hey guys,

I have been searching through the community pages, and can’t seem to find the solution for something simple I am trying to achieve with the most efficiency.

I am trying to adjust how many times a post (post 4 times with the exact same input) request is sent and then merging the responses from each of the requests.

Thoughts on best way to do that?

I have tried splitinbatches and with setting a counter, but can’t seem to get it right.

Hi @jtas21

You would need an if node with a counter.
The split in batch node does normally stop when all items are processed. So this cannot really be used to loop for a specified number of times, as the specified number is the number of items. :wink: