Concurrency

What if multiple ROBOT tries to access one single excel file at the same time. How to handle such situation. Do we have any specific way to handle this.

Could you force the sheet to open in read only or enable sharing? That should stop the issue of one robot locking the excel file and preventing the other one from accessing it.

Hi,

Create a copy of the file before processing it could be an approach, if it is about reading.

Cheers

Hi @pranav2,

can you try below steps may be it will help
1.Save excel path into asset


2.while creating asset give value per robot

Thanks ,
Naveen Ch