I am storing details using datarow and add datarow activities
How to store all the data using write range when I am trying to add new data it's replacing old data
Hi, try using Append Range instead of Write Range activity.
It’s removing column names if I use append range and also Its entering same column with different row. I need to store based on dates
In the data row property
Instead of data row
Pass your row to array property by
Rowname.itemarray @kavitha_chavala
I feel build datatable is present inside for loop
please move it outside the loop
cheers
I did not use for loop even
okay then ideally you need to use append range if old data should not be overwritten
or in write range when already data is present…first read data …coutn rows and then add write range leveraging the count and adjusting the range property
cheers







