How can I loop search to find if multiple columns are correct value?

Hi Everyone,

I have a table with 30 rows and 3 columns. I want to have a loop search behavior that will check each row and see if each columns in that row match a game attributes that I have and only if all three columns match the game attribute values then to fire a rule.

Example
Column1= 5
Column2= 10
Column3= 2

So I want a loop search to check each row and if all three columns in that row match those values, then fire a rule that I set.

How can I do this?

Thanks

Sign In or Register to comment.