Here is the format of data :
{
"name": "mytable",
"elements": [
{
"name": Den,
"number": null,
"date": "2020-06-12",
"designation": null
},
...........1000 rows exist
]
###### "links": [
###### {
###### "rel": "next",
###### "title": "Next interval",
###### "href": "?$start_index=100&$count=100"
###### }
###### ]
}
Here I want the data to be paginated the data. The ideal way to do would be to select "Obtain the "next page URL from response" from pagination and give :
/links/href <--- This way I am not able to get the data as it involves array do we need to do something else.