I am trying to get paginated results in datafactory from a rest API. I get the results from the first page correctly and i dont get errors when i run it, i just dont get anything from other pages.
I get the response in json like this:
and in datafactory in have it like this:
can anyone help me solve this mystery