Call a specific item from a list of items

how to call a certain item’s specific field from a list of items when another field of that item is a certain data like current user

For example i have a list like this and i want to call the round number when the winner is current user…

Thanks in advance

Hey Richer!
There’s many ways to do this. The more robust way is knowing the unique id before hand and searching for that (search for: unique id = unique id —> first item’s round number)

The second would be to search for the prize #, or by some id text you add yourself.