Hi @Vinodraj_N
for performer 1
I think whenever you are processing each transaction, u can append the data to datatable variable and finally in end state , save this to a excel file
Now for performer 2 , do the same operations and append the datatatable to this existing excel file
Appending to a DT and then writing to Excel at the end of the job can be problematic. If the job faults for any reason, the rows that have been processed are never written to the log. It’s better to write to the Excel file after every transaction.