How to set up the link for the paginated files in the Get Rows(V2) Logic App connector and pass it via Azure API call?

43 views Asked by At

I have created a Logic App and doing the pagination of the result retrieved by Get Rows(V2) connector. The threshold is set to 1500 and it is working fine. The test case file has 4484 records and the Until loop in the Logic App is iterating 3 times (1500, 1500 anf 1484), Now, i am trying to figure out how I can set up the link for these 3 paginated outputs so that they can be retrieved via the Azure API call.

Logic App flow enter image description here

I am calling this logic app through API but it giving the last result as the output. How can I set up the pages and links for them so that I can call the links and retreive all the records in 3 calls.

Thank you.

0

There are 0 answers