In this case you can simply create an actual loop like this:
So you first set the “next” property yourself, for the first request/iteration and then you keep on looping over as long as it returns a “next” property (in the example bellow it never returns it as the API does not work that way, really just an example).
Here the example workflow: