Hi there, I want to extract a list number by comparing a value to the list like this:

Hi there, I want to extract a list number by comparing a value to the list like this:

like this? for some reason list.maximumitem output is double, you then need to convert it to integer for you to use indexOf node
#Assign your output to the OUT variable.
OUT = int(IN[0])
Yep that helped thanks!