Possible workaround, maybe you can try adding data checking on your target application (i.e. searching the record) before adding the excel row to the queue.
Is there any condition that we can set in robot level…? If we are using multiple robots to open thr same excel at a time it will throw error… Can that be remediated?
You can create temporary excel file by using the Copy file Activity. After that, you should read the temporary excel file NOT the shared excel file so it would not cause error for other robots.
One possible thing can be done, create separate workflow for adding items to the queue where the single bot will run first and access the shared file and add all items to the queue.
Then multiple bots will run the main process and access items from the queue based on the status and process them.
We can use queue concept, but if i have some 10k records which i need to process… One robot acting as a dispatcher will take time… Also the file is a shared file… So i need to use multiple robots to add the items to queue, to minimize the time of loading yhe items to orchestrator queue…
Can that be done with any workflow or any asset change?