Use For Each Row to loop over a DATA TABLE and use each row value to search in a website

I have stored a excel column in a DATA-TABLE variable .
now I want to loop through each row in a data-table fetch its value and use it in some web automation.
image

when I am running this automation i am getting value in message box as.
image

This is not the value which is there in data-table.
Please help.

Hello,

you have to use Row(Column Name or column id ) and then check.

Thanks,
Sunil Patel.

2 Likes

@sunilRdGlobal thank you it worked :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.