In Write cell activity, specify range as “A” +index.Tostring
Where index is integer variable
i have to define index? if yes where and what value should I assign ?? and What does “A” mean?
Where A is the column name. You can change it according to column you want to write it.
Initialize index variable with 2 and increment it.