Hi! I’m very new to make
I’m hitting a HTTP API that’s returning an array with “prospects”; I would like to use these items as input for the Woodpecker Module “Create a Prospect”.
The module/api allows you to create many “prospects” in just 1 module execution/API call but I don’t understand how to specify the mappings for the whole array.
I tried to use it with an iterator, which works but makes too many API calls (one for each prospect)
I would like to be able to send all of my Prospects in a single (or a few) module/API calls