Hi,
I am facing issue in updating a data table.
- I am reading data table and assigning each row to a variable(row). For each activity
- Now checking each value of the row by getting value as(row.item(postion(0,1,2…)
- Once column if the value is in some range then update the next column to some value
- At the end I am writing the data table to excel and sending it in attachment email.
Now the issue I am facing is not able to update the column value on the given condition.
Can someone advise me on this