Hello,
I have a condition where I need to check if in_TransactionNumber =1
it will write the data into excel . I am using write range activity .
If its not transaction number 1 , it will keep appending the rows and writing the next set of data in excel.
However I had two Datas in my input file but I am getting the same data in both the rows in out put excel file.
I should get two different data rows in my output file but I am getting the same data twice in my output file