Get Row Item Validation Error

HI,

I am trying to add the Get Row activity to my sequence but I keep getting a validation error with my variable. The error I keep received is "compiler error(s) encountered processing expression “dt.Rows”. Value of type "System. Data.DataRowCollection cannot be converted to "System.Data.DataRow. Please Help!

dt.Rows is of type System. Data.DataRowCollection

dt.Rows(1) is of type System.Data.DataRow

use for each activity to loop your rows and add Get Row activity to it.

For each row in dt.Rows

get row --> row