Chose the largest in list

I am trying to only get the largest number from the two entrys. how do i do that. this only works if X is larger. GH%20test%20big

Hi @Glugwort,

Simply sort the list and get the last item from the sorted list:

53

1 Like

Just another short way as well. Bounds > Deconstruct Domain.

2 Likes

Thank you.
I will be clever one day !