Pull data from sublist at varying index list

Hi all!

This is probably something very easy and I just don’t know the node for it.

I have list 1 in which I have 15 items and each has a sublist of 2 items.
I compared both items in each sublist to find the bigger one and from there got list 2 which has the index of the bigger item.

What I can’t figure out is how to extract the element from list 1 at the varying index from list 2. I need to pull the highlighted items.

Thanks for any help!

Will this work for you?

Yes, this does the trick!
Thank you so much!