Hello!
I am creating a recognition app for work where team members can pick a teammate, write why they want to recognize them for their great work that week, and submit their entry.
Once submitted, every week we read the submissions and randomly choose a winner.
I have everything built in the app but need to figure our how to, with the click of a button, have the application randomly pick one of that week’s submitted team members and display them as the winner.
Submissions are entered into a new DB when created so they will be available, just need to know how to get the app to randomly choose one from that DB.
Please let me know if you have any questions or if I have submitted this incorrectly (first time).
Thanks!