I have tried to use the pagination feature of the http request node.
But it is not working as the http Request node does not get the data from the response to get the “next URL”.
This are the settings right now:
I try to get the next URL by accessing:
{{ $response.body.Response.nextpage }}
When I make an api call without the pagination feature I get all data and the next URL as well.
When I make the api call with the pagination feature I get an empty data response… (see screenshot attached).
Also, make sure to write this URL expression when you already have an output available, so you can check if the expression is actually pulling data from the correct field:
If my reply answers your question, please remember to mark it as a solution.
that’s not working. As I mentioned the “nextpage” value is available and the whole api call is working fine without the pagination option.
As soon I add the “pagination” option the whole request is not working anymore.
Seems to me that the pagination feature is not working correctly?