Hey,
I’m trying to configure Pagination for a Miro node but I definitely cannot make it work.
I only receive the first 10 results. I read all the other topic on the community but cannot make it work.
I receive this informations in the response :
I try to configure it this way but I still only receive first 10 results :
Am i doing something wrong ?
Thanks a lot for your help,
Laurent
My workflow :
Hi,
I think you should set “send query paramaters”
and a parameter called “limit” with value 20
Also, i think you might need to loop over the responses and make the next request to the “next” url in the response.
reg,
j.
Hi @jcuypers Welcome to n8n
community 
I believe this is how you should use it:
It looks like you missed body
so in your case it should be:
{{ $response.body.links.next }}
2 Likes
thanks, missed that part
@foolitud there’s probably your solution. sorry. but limiting call by increasing limit isn’t a bad thought either.
gl,
j.
I spent the last 3 hours creating loops and everything, and it some kind of worked :
But now i just implemented your solution @mohamed3nan, and it worked directly … 
Thanks a lot, I’ll have something very clean now.
2 Likes
system
Closed
7
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.