My organization has an existing restful service that returns an array of objects when called. This can be constrained by a date range and authenticated using basic auth. I’ve been able to successfully call the method when building the Zapier trigger. When I test the API call I see the API returning multiple-rows. However when I attempt to use this Trigger in a Zap to write out a file with the rows returned - I can never get more than one row to render.
The scenario we’re supporting is a client accessing this method to get results that have changed during a specified time period. This could return from 0 - n records. I’m just trying to set up a test zap that returns a CSV file or Excel file with multiple rows. Our understanding is that the clients are using an application with Zapier integration.
Is there something specific that needs to be done with the data being returned from the API? Is there something that has to be done after the call to expose all the rows it returned?
Appreciate any insights, this is my first time using Zapier and as a developer of 20+ years my brain has a really difficult time dealing with visual programming systems.
Thank you!