My goal is to pick one of the three instances with the highest values at random.
I was thinking of the ordered repeat , which lets you specify a number and repects the order of values, so I could use the loop and save the UIDs to a local variable to pick from afterwards.
But there should be an easier way?