Read Data from Data table

With use of Get row activity in for each row I am unable to retrive the data from the data table Error occuring


Can anyone help me with this

Below Link can be Helpful -

1 Like

Good morning @Karthikeyan34,

Is your “row” variable a System.Data.DataRow type or string type?

The error message leads me to believe it is not a datarow item.

“row” is an “Object” type . And the Message Box expects string as an input.

Did you try doing this in your message box?

row(0).ToString()