- Use Read Range activity to load data into datatable
- Use For Each Row activity to iterate through datatable rows
- Execute the test for row fields that corresponds to B and C columns
- Update the field that corresponds to D column with the test results
- Use Write Range activity to paste the datatable back to Excel
Hi @pradeep_kumar_gouda ,
With in the for each row
Using if condition try this condition and check the syntax once
Row.item(“columnName1”).equals(row.item(“columnName2”))
If it is equal assign row.item(“comments”) = pass else row.item(“comments”) = fail
Use get row item in for each loop and compare the results in if condition if its true write pass else fail
not working bro.
Share your input file. I have included both Excel sheet and also code… works perfectly