I have an HTTP node for a service that only returns 100 records at a time but can take an offset
parameter to paginate through results. I’ve read through several posts that talk about using IF loops to retrieve all results using pagination, but am unsure how to make it work for my workflow. Anyone have some insight on how to do this? I know most nodes for specific services do this automatically, but the HTTP node doesn’t seem to have an option for Return All results like the others. Thanks in advance for any assistance you can give!
Here’s my workflow: