- Use Add Data Column Activity to add a columnName
- For Each Row In DataTable=>Property Panel Create Variable in the field index.
i)Assign=>CurrentRow.Rows(index).item(“ColumnName”)=Value(Which ur going to assign)
That’s it…Index means the position of the rows.
Thanks