cancel
Showing results for 
Search instead for 
Did you mean: 

REST GET snap Pagination issue

deepthi_chidi
New Contributor II

I am using REST Get snap and pagination is not working.
pic1
pic2
Sample output
“entity” : {
@odata.context” : “https://test-odata.com/at.odata/v2.0/$metadata_65687877”,
“value” : ,
@odata.nextLink”“https://test-odata.com/at.odata/latest/&%24top=20000&$skip=10000&$skiptoken=2
},

7 REPLIES 7

Dheeraj
Employee
Employee

You need to enable the expressions to evaluate

image

It gives error
image

Hello @deepthi.chidi,

Try with the following expression:

Has next:

$entity['@odata'].nextLink != null

Next URL:

$entity['@odata'].nextLink

Let me know if this helps you.

BR,
Aleksandar.

Hello @AleksandarAngelevski ,

It didn’t work , here is the error
image