I’m working on a workflow witch I use the HTTP request. I wanna get data from Vitally’s REST API.
However, as you can see here (Vitally's REST API - Vitally Help Center) “In addition to an array of results, the response will return a “next” property which can be used to access the subsequent page. The “next” property will be “null” when the end is reached and there are no more pages.”
When this “next” property is created I need to update my HTTP Request parameter so I can access the subsequent page. And I need looping until there are no more “next” result