Hey all,
Wondering if anyone know how to use the pagniation on the http request? I was reading this (HTTP Request node documentation | n8n Docs) but must be missing something.
Hey all,
Wondering if anyone know how to use the pagniation on the http request? I was reading this (HTTP Request node documentation | n8n Docs) but must be missing something.
Did you see this post yet?
Thanks, I actually did see it but didn’t download the flow to look in detail (my bad)
looks like my issue was missing the curlies.
{{ $pageCount + 1 }}
I was curious if it still worked. Some things had changed on the public “paginated” API it was using to demonstrate how the feature works, so it was not working any more. I updated it, so if you’re interested in having an isolated example, you could copy it now and try.
@hubschrauber still works from deploying.
I need to fix up the pagination completion (on my end), but logic is sound. much better than running in if statement then aggregating the loop.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.