I have created a workbench that loops through an odata/json url using nextlink. I then placed a tester to stop running after the url returns no value. My problem is that this starts over after it runs the full data-set and repeats never stopping. A 700 feature table ran over the weekend had 70,000 and still counting.
Page 1 / 1
Is the entire dataset repeated, or is it the last page that repeats endlessly?
Do you clear the nextlink at the end of the loop?
If the @odata:nextLink is not present, it won't overide the existing attribute from the previous iteration.
Is the entire dataset repeated, or is it the last page that repeats endlessly?
Do you clear the nextlink at the end of the loop?
If the @odata:nextLink is not present, it won't overide the existing attribute from the previous iteration.