Hello everyone,
I’m new to Bubble and I need some assistance with an API issue. I’ve been receiving data from an API, but the problem is that it only returns a maximum of 1000 items per request. However, it also provides a “nextTokenPage” which allows me to make a new request by passing that token.
I would like to know how to make these calls recursively on Bubble, as long as I have a “next” value in my response. I would greatly appreciate it if you could suggest a method to execute this action recursively.
Thank you in advance for your help!