Need to click on row which is matching with input data

I had 2 records on web below is screenshot and i had pearce job number which is in showing in 3rd column if you see screenshot now i want to click the row which is matching 3rd column of pearce job number like here i had pearce job number as CSR2210087 so i need to click 2nd row.
how we do this

Hi @Puneet_Singh3

How about using data scapring and Click the value using using table row /table column attributres?

Regards

Hi @Puneet_Singh3

Use screen scrapping or Get text activity

Pass the value in the selector

Refer this thread for dynamic selector

Regards
Gokul