I have an SPO List.
I am grabbing this list and putting it in a variable......var_MaxList
There is column called case load.
I want to find the MAX number there and return the entire line into another variable.
So basically, go through the entire collection, find the engineer with the MOST number of cases, and return that to a variable.
Then with that variable I can pull out the different values from SPO.
The other piece is there is a chance that two or more people will have the same amount, so MAX could return three different lines.
I just want it to return the first one found.