I have created a very simple mockaroo json dataset that has a single name with custom list in the identifier. There are 2223 options in my custom list. The system correctly manages the Random option - but on sequential instead of going through the list one item at a time - it gives me on the first item in the list for the number of times defined in the array.
I need:
“dates_”: [
20160101,
20160102,
20160103,
But I get
“dates_”: [
20160101,
20160101,
20160101,