How to build a randomizer button?

Hi! I am a complete newbie to no-code app building.
So I am trying to build a simple randomizer app that fetches you a task on the press of a button.
So basically I want it to go like this:
Select category > Tap shuffle button > 2 second loading screen > Result
Can someone help me with this, please?

You can use a random number plugin to generate a value from 0 to the amount of tasks, then use conditionals to display your desired task based on wich number was generated

could also just use

search for tasks : random

if it’s regularly clicked I’d preload it by doing the search in a group on the page instead of a workflow… that way it is ready to go on the button click (then search for the next random item and store it in the group for next click)

depends how fast you intend to use the randomize