How I can use more than one robot

Hi, I have a large excel file I a want to use more than one robot to take the data from the excel and use that , how I can achieve this…
Thanks in advance…

Use a queue within Orchestrator. Upload the Excel File to the Queue then config the Robot to take Transaction items from the queue

@mukesh_behera

You can use more than one robot to complete your transactions

Divide the workflow as below

1st robot → To push the transactions to Queue
2nd / other robots → To complete the transaction pushed by 1st robot

You can schedule accordingly, so that parallel work can be done

Hope this helps you

Thanks