Why datatable showing 'DataTable' string in UI when i try to Read and enter value from Excel Variable

Hi,I am trying to data drive from excel and entering value from excel sheet but problem is in UI DataTable is being entered instead of the value from excel sheet

Here is my activity

defined variable here

DataTable defined here

converting Variable to string and using it to enter values in UI text box but getting only string as ‘DataTable’

Tried with ForEach loop as well .got same message as DataTable


worked by providing row(0).ToString thanks to this forum

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