Looping Through Lists

Is It Possible To Loop Through A list Variable In OPB ?

Here is what I’m trying to do, there are two lists but they are related to each other, I want to check the second list and check if the value is greater than a specific value, if yes, capture the corresponding value from the first list

Use a for loop instead a foreach loop, look at some C# documentation in order to do it. You can write C# in the LoliCode section.

thanks for your help