How to Take the Value from Datatable row and enter it to website Text box

Hi all friends,

I am creating one Sequence where Bot has read all the Data from Excel in Datatable variable . after that I am using for each row Datatable activity. now i want to read the respective row value with Respective Column Name . but the case it Bot is not reading the value from Datatable . I have entered some code in type into activity text box. maybe that code is not correct. Please help me on this .please find attached screenshot for this issue.

Thanks and Regards,
varun Shinde

Hello @varun_shinde1 ,

In the type into activity, type CurrentRow(“Name”).tostring. As you are looping through the datatable, CurrentRow variable holds the respective row value.

Thanks,
Athira

1 Like

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