Question

Zapier only outputs first json object, having troube useing looping

  • 1 May 2024
  • 1 reply
  • 14 views

I have been given the assignment to connect our company's API to Zapier with custom connectors. This appears to be working although it only returns the first item of the JSON object (fig 1) which seems to be the norm for zapier. I added the option (fig 2) to output all data with 0.Name 0.Sequence 1.Name 1.Sequence. etc. form (fig 3), however neiither yield what we want. We have a use case that loops over all applications in our software and performs some actions with each application but zapier only does all the steps with the first one I tried to add looping and formatting but I'm just a bit to novel to really be able to apply it to our own API.

Does anyone know how I would be able to accomplish our goal of having one run loop over each application available?

 


1 reply

Userlevel 7
Badge +14

Hi @DNAmon 

You may need to try using the Code step to make the API request so it returns all the results.

Or you can try using the Webhook app to make an API request.

 

Reply