I have a collection with multiple items in it. What I want to do is filter this list to just show 1 item at a time, but when a user visits the page it would randomly pick which one to show.
I thought that by filtering the collection list to start at 1, and limit to 1, while also sorting being set to Random would solve it but that doesn’t seem to be working.