I want to randomly select names from my sharepoint list based off position, I am currently using:
ClearCollect(shuffledNames,Shuffle('list name'))
to shuffle names within my gallery. How can I add a condition to only select names that hold a certain position and uses the whole list but does not pick the same person twice before the entire list is exhausted?