When I try pagination in the Enhanced datasource REST I only get 1 run, it stops after the first page.
My Json result looks like this when I get to a page without a result:
{
"data": [],
"status": "success"
}
How do I get my stopCondition to work in pagination?