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
As per your requirement you wanted to add a new column and the value of that column in each row is same so, considering this my soulution are as follows:
2: In properties mention tha data table name and the column header name which you wanted to add
3: In properties ther is one option " Default Value" please mention you default value in that field which will automatically added in all row in that column.
One more, lets say i am doing another round of data scraping and i append range to the data table i already created before, how do i add data to the column that i created in the earlier step. is the below step correct?