Azure – How can I add items from my parsed JSON into an existing array variable in Logic Apps
I'm creating a Logic App which queries data from an external endpoint, the endpoint paginates data and contains total number of records count in all requests; using that I offset the query by 400 records each time so I can…