Hello,
I’m working on an integration and I would like to add the result of my API call to a Google spreadsheet and then check for new entries or updates. The problem is that when I setup the trigger I have to test it and that automatically adds the first element of my returned array to the spreadsheet. It means that it will only check for updates on this element instead of all the elements of the array returned by the API. Is there a way to add those elements to my spreadsheet ?
Thank you