So, I have well over 100 items in a collection.
Is it possible to limit the number of items shown in a dynamic list (randomly selected), to let’s say 10 items, without limiting the list to the first 100 items in the collection?
So let’s say there’s a pool of 500 items in a collection, 10 of those will be shown at one time, however, it would be possible for any of those 500 items to be selected.
If a person were to refresh the page enough times they would eventually see all the collection items.