How to Add data column with values

  1. Use Add Data Column Activity to add a columnName
  2. 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