please help?
When you have DataRow you can use
-
Get Row activity and specify the ColumnIndex (Integer) or ColumnName (String) to get Output or String
-
Item to access the Column Index (Integer) or Column Name (String)
for example - a_DataRow.Item(0).ToString - get the first column and convert to string -
See image for remainder of activities