Out of 90 cards indexed on cms, how can i get an automaton to randomly pick one card to show? #ask-the-community

Out of 90 cards indexed on cms, how can i get an automaton to randomly pick one card to show? Ask the community

Product:
Wix Editor,
What are you trying to achieve:
I have oracle cards and am trying to create a reading platform, so a randomised card is chosen automatically from my 90 CARD ORACLE CMS collection

i HAVE UPLOADED THE DATA and pictures TO CMS
but its the one card random picker that is a puzzle

Hi, Melanie_Mahjenta_Ph !!

I believe the procedure involves either retrieving all 90 items from the collection at once and then using a program to randomly select one, or first using a program to obtain a number between 1 and 90 randomly, and then using that number as an index to select one item from the collection. :thinking:

Is retrievng by index possible? It seems even if you randomize the index before the query, you still need to query at least index items