Hi Shandru,
May be you are overwriting the values in the same cell of the Data Table. If this is the case, include "DataTable.SetCurrentRow(counter)" as the first line inside the loop. After you exit the loop, you should reset it to 1.
May be you are overwriting the values in the same cell of the Data Table. If this is the case, include "DataTable.SetCurrentRow(counter)" as the first line inside the loop. After you exit the loop, you should reset it to 1.

