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 / Next Distinct Record o...
Power Apps
Unanswered

Next Distinct Record of a Shuffled Gallery

(0) ShareShare
ReportReport
Posted on by 187

I'm making a questionnaire app that with every use a different set of questions comes up taken from a SP list. My gallery shows the first record of an already shuffled list but I don't know how to get the next record without the possibility of repeating the same questions. All I could fill up on my "Next Question" button is another shuffle but it usually repeats the same questions.

 

OnSelect of my "Start Exam" button (variables set to 1)

ClearCollect(colQuestions, Shuffle('Dynamic Questionnaire')); 
Set(varQuestion, LastN(FirstN(colQuestions, TotalRecordCountForCurrentPage), NumberOfRowsPerPage));
Navigate(Questionnaire)

 OnSelect of "Next" button (Temp code because it doesn't give nonrepeating questions all throughout)

If(Slider1.Value=Value(ThisItem.Correct_Answer) || radChoice.Selected.Result=ThisItem.Correct_Answer || 'radYes/No'.Selected.Result=ThisItem.Correct_Answer ||
txtFillintheBlank.Text=ThisItem.Correct_Answer, Set(varcurrentScore, varcurrentScore+1),0);

ClearCollect(colQuestions, Shuffle('Dynamic Questionnaire'));
Set(varQuestion, LastN(FirstN(colQuestions, TotalRecordCountForCurrentPage),NumberOfRowsPerPage))

Gallery Items is varQuestion

 

Any help is really appreciated. Thank you!

 
 
 
Categories:
I have the same question (0)
  • MVP-Phipps Profile Picture
    3,521 Super User 2024 Season 1 on at

    Have you tried using the Distinct function? Failing that each question that is selected you could store to a collection, if question is in collection, shuffle else show question...

     

    Please Accept as Solution if it solves your question. Or just give it a Thumbs Up if it is helpful as can help others.

    LinkedIn: https://www.linkedin.com/in/charlie-phipps-%F0%9F%91%A8%E2%80%8D%F0%9F%92%BB-91338715b/
    YouTube: https://www.youtube.com/channel/UChmFBGU1YKIU91sNMQ7buGg
    Twitter: https://twitter.com/phipps0218

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 329 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard