Button that retrieves a random entry from a database each time.

Hello I am very new to programming and was looking for help, so I am trying to make a button that generates in games crosshair IDs when ever my button is clicked. Anyone can help me with making the button draw a random entry from wix database each time? Also feel free to suggest anything. If someone has already published something that is similar to my problem feel free to post a link or the code, I will modify it to what I need. Also I would like to have it random each time and the same entries to not show up twice. Thanks for helping me in advance.

There’s a Velo Package for that.
Install the Wix Data Helpers package.
and use: the getRandomItem function.
You can read the package documentation for implementation details.