For Each Activity in Azure Data Factory Pipeline, how to copy the data from multiple pages?
enter image description here enter image description here
How to get data from pages by taking offset & limit values automatically?
Currently its only showing the data from first 25 rows (from 1st Page) only. Here problem is REST API is working with my URL. I cannot configure Pagination rule.
Any guidelines will be really helpful.
Thank you.