Next page function not working in copy feature for Paginated API
Hi
(This is within Fabrics Pipeline function)
I am working with a paginated API and it uses unique URLs to pull in the following page instead of a sequential page number.
My copy function works but it isn't pulling in the following page, my following copy function is working as follows:
Pagination rules:
NOTE: I fixed the end condition so it's now empty and it still doesn'tt work.
The trailing end of the JSON which contains the next URL which i need to read is as follows:
An example of the base URL is as follows:
https://api.dovico.com/TimeEntries/?daterange=2024-11-01%202024-12-30&version=7
Any idea what I am doing wrong here? do I need to get this as a variable and pass it into the following copy function or should this just work?
Thanks