After finding a match in one column of a datatable, I want to read a different column value in that same row. The error I'm getting below is that the value of the row, the row number of the match, is not a valid property. Meaning, if it finds a match on row 55, it successfully sets the "MasterPV_Row" variable to 55, but then when trying to reference row 55, I get "55 is not a property" error. What am I doing wrong?

