I'm using swapi.co to pull a list of Star Wars data. The API returns 10 results per call and provides a URL for the next 10 in the list. If I was trying to pull the character list, I would need to copy my workflow 9 times to get all 87 results using the "Next URL" from each call. I'm attaching the workflow I created, which copies the data 9 times.
How do I write a workflow that would loop through until the results are [NULL]. I feel like the answer has to do with an Iterative Macro but I cannot figure out how to do it.
My use case at work has an unknown number of results and would be closer to 16,000 results per quarter. The API I'm using gives 100 results per call but that's 160 times I would need to copy the workflow just for one quarter's worth of data.
HELP!