Im am trying the Spotify Modul and struggle with the following:
My Playlist in Spotify, which I want to process in make, has more the 100 tracks. When I use the Spotify Modul - Get Playlist, I only got 100, but 23 are left.
How can I get the rest? Make to calls with offset? And how I can merge then?
I call the Spotify Module - “Get a Playlist” - no special configuration, just the Playlist ID. In the output you can see that the total amount of the list ist 123 Tracks. And you see there is also the limit value which indicates - only 100 Tracks in one call.
So the maximum what i can get in one call is 100. There is an offset Parameter which i can use to get the next page (pagination). But how i can to this now in make? I guess I have to make two calls and bring the results together with iterator / aggregator ?
Yeah Make should be doing this automatically. At least it does for some other modules that provide results in a similar matter.
You can use the Spotify Make an API call module to hit the same end point and try increased limit. Or you can hit the offset URL and get the rest of the songs in the playlist that way.