cancel
Showing results for 
Search instead for 
Did you mean: 

REST GET: Has Next And Next URL

jhagist
New Contributor III

I can’t find any good documentation on how to set this up. I have reviewed this article and I am still stuck

https://www.snaplogic.com/blog/rest-get-and-the-snaplogic-public-apis

The json returns the values below. I need to increment the page by one until I get all the values.

2018-07-27_12-52-05

This is the pipeline I have set up.

2018-07-27_12-55-59

In the mapper I do this: (Based on article link above)

2018-07-27_12-57-17

Here is the REST GET Snap

2018-07-27_14-27-59

I just don’t know how to get these variable back to the Rest GET

5 REPLIES 5

sanjaynayak
New Contributor III

Is there any snap we can use to break the loop apart from has next=true, since api response is not returning any info to break the condition.