Hi everyone
I’m extracting data from an API and I want to save this data in my database. I’ve already created the structure through Backend Workflow, but I don’t know how I can make the call be made until the last page of the API is saved in the database. How can I do this? The API I’m using has fields showing which page is current, how many pages it has and even the URL to call the next page. Can someone guide me on how to do this?
Best.