Forum Discussion
Copying Paginated data Next page function not working
HI Housden996,
According to your description and snapshot, it seems like your requirement is mroe realted ot azure data factory pipeline invoke api. For this scenario, I'd like to suggest you post to that forum to get better support.
Azure Data Factory - Microsoft Q&A
Regards,
Xiaoxin Sheng
- Housden9961 year agoHelper II
Thank you I thought this would be the solution, wanted to try here before diving into a new community. 🙂
- Anonymous1 year agoNot applicable
HI Housden996,
In fact, paginated API should base on its definitions. (normally it checks the request header, but it also saw some API checked on request body) You should modify the function and request to send the correspond contents based on the API document and definitions.
For example:
Some of API returned page number in the response, some of them show you the next id, and also it can be directly returned the next link URL.
Regards,
Xiaoxin Sheng