u can for example sort the list ("sort list" component - it orders the items in the list from the smallest to the largest) and then pick the last item through the "list item" component
works fine with one exeption:
the numbers are sorted in ascending order, but as i need to select the largest item (at index0) i need descending order.
how can i manage this?
thanks again for your help
theunis is right u can reverse the list and then choose the first item, but u can also just plug a "list lenght" component (it returns the number of items in the list) and then write in the expression editor tab the expression "i-1", as u can see in the picture