I wrote the robot for extracting data to the destination file. However, I realized that it wouldn’t overwrite the existing data in the Excel file. How can I specify in the robot to overwrite the file every time? Thanks for help !!! T2_Finalise_1.1.xaml (37.2 KB)
Use Delete File activity before Write Range Workbook as Write Range Workbook will create a file during runtime. So the extracted data is written to excel.