Hi everyone, I’m working on RE Framework. My scenario is i have 2-3 files in folder i want to process those and update their status as success or failed in excel, if 1 file is finished means my bot need to take another file and it should process , but here i’m able to process it for 1 file, I don’t know how to do it for multiple files. I’m attaching my code zip. Can anyone modify it share me it will be a great help.
U can consider the transacton process as looping through each file and in process section use for each row to loop through each row of datatable generated by reading the files (each)
Hi @Sahil_Garg1 yes i have same kind of data in excels, if all data processed in 1 excel it will update status in excel after that it need to take another excel and it need to process.