web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Random variable Values...
Power Apps
Unanswered

Random variable Values in a quiz

(0) ShareShare
ReportReport
Posted on by

Hi there 

 

I am trying to create a quiz that random updates everyday with new variables, for example:

 

In the last "Time variable" days, how many times was "Process type variable" completed?

 

I have looked at SharePoint options with a flow but can't differentiate between columns so it would have to have an item for every single combination, which with 5 variables would take a while to make.

 

Does anyone know of a more simplistic method, not necessarily using SharePoint just whatever is easiest 

 

Thank you. 

Categories:
I have the same question (0)
  • timl Profile Picture
    37,199 Super User 2026 Season 1 on at

    @RGAero 

    To help you better, it might be useful if you could explain the expected data source for your variables.


    >> In the last "Time variable" days, how many times was "Process type variable" completed?

     

    If you want a random number to set a "Time variable", you can call the Rand() function. For example, here's how to create a random number between 1 and 100.

    With({randMin:1, randMax:100},
     RoundDown(Rand()*(randMax-randMin + 1) + randMin,0)
    )

    If you store the process type values in SharePoint list, you can call the Shuffle function to return a random row, and you can use that to set your "Process type variable".

    First(Shuffle(YourProcessTypeList)).ProcessTypeDescription

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 408

#2
timl Profile Picture

timl 340 Super User 2026 Season 1

#3
Vish WR Profile Picture

Vish WR 319

Last 30 days Overall leaderboard