I'm retrieving some data via a REST request. The data is limited to 1000 rows so I then need to be able to call the request again using a resumption token added to the end of the initial url.
Does anyone have any thought as I've been going around in circles for a while.
I can load the first set of data into a table but thats as far as I can go.