Getting error in Get Row Item

Hello All,
I have a excel sheet, and I am fetching data from it using Read Range activity and saving it as data table.
Using fore each loop to traverse on each row of data table (TypeArgument is Object)
For Each item in datatable.rows
Then used Get Row item
Row is item
column name “First Name”
Saved value as 'First Name"
But getting error for row as item in get row item,
Can anyone please help me with this.

Hi…!

Type argument in for each should be system.data.datarow

DataRowsForEach.xaml (8.6 KB)

Please refer this above xaml, pass your datatable variable in for each activity and test. @Prajna_Gaurav

Thanks!

1 Like

Thanks alot kadiravan_kalidoss. It worked!

1 Like

Please mark this post as solution. If it is working fine. @Prajna_Gaurav

Thanks!

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