I have a sequence done that is already working, the only issue is if i rerun it again, the new data will overwrite my old data, which activities can i use to solve this, and how can i solve this?
Please give detailed explanation as i am very very new to UiPath.
Hi Jeroen,
I’m working on a sequence to extract email details such as Title, Date, Subject, and Attachment Details, and write them to an Excel file. I’ve attached a screenshot showing the Excel headers and the populated details.
Currently, the results are being written correctly. However, when I rerun the sequence, the new results overwrite the data from the previous run.
What I want is for the new results to start from the next empty row, without overwriting the existing data.
I’ve tried using the append function, but it causes the data to loop and repeat multiple times, resulting in duplicates.
Below are screenshot of my sequences, there are many repeating activities, I hope you can assist me.