This is a data table
i want to add value to 2018 as first row
now i want to add value to 2019 to the same first row
how can i achieve this.
This is a data table
i want to add value to 2018 as first row
now i want to add value to 2019 to the same first row
how can i achieve this.
Use Add Data Row activity
In Array Row pass {“2018”, “2019”}
Use row index to update the value
dt_Variable.Rows(rowIndex)(ColumnIndex OR ColumnName) = Value
I have 2 question
1. Do i need to hardcode this rowindex Value?
2. So after assigning which activity should i use write range