I’m new in Uipath. I have over 100 copy Excel files. From this 100 files I have to copy only one row from each excel and paste to another excel… Like collect data in One sheet.
Copy (One row from file1.xls) > paste (result.xls)
Copy (One row from file2.xls)> paste (result.xls)
Copy (One row from file3.xls) >paste (reslut.xls)
I hope you guys understand my question… Sorry for my bad English. Thanks.
The ExcelDataTable_Out contains all the rows that are copied from the individual Excel files. You can use a final Write Range with ExcelDataTable_Out as Input