I am using a dataset and wish to get a new value each time I call the API.
If I choose “random” it works just fine, but if I choose “sequential” it always returns the first row.
I was expecting to get the next row with each call, until cycling back to the first one when the end of the dataset is reached.
=> how can I achieve the desired behaviour ?
Thanks