My robot has write cell activity inside a for each row in datatable . But it is writing same value for first two rows(in excel) and then for another iteration it replacing the old value with new value in very same place…I’ll tell you what i have done.
Created a variable named Counter Int type
Counter = Counter+2
In write cell range I have given “D”+Counter.ToString
And for the ‘for-each-row i have set the index to Counter’
Please help me what’s wrong…or suggest a work-around