How to click on the arrow in first column respective to the text mentioned in second column

@Ishan_Shelke ,
You can scrap the table , so that you will get the datatable, loop the datatable using for each row in datatable activity,

Then check if currentrow(“NonFG ID”).tostring.contains(“MILEM”)
if yes , then give a click activity with respect to the loop index, pass the index variable to the selector of click activity. there will be "idx " give idx=“Index”