Well, seeing as you’re already sorting the RG by the value, then the simplest way would be to use the conditional when current cell's index is 1 or when current cell's item is RG's list of items first item

Or

(especially if the RG is not being sorted by value) use when current cell's item is [search for items, sorted by value, descending 'yes'] first item

Or

as @mikeloc suggests you could use the ‘Max’ operator by using the condition when current cell's item's value is RG's list of items, each item's value 'max'

2 Likes