How to handle email and file issue in Multi Bot Archi.?

Hi Team,

Please suggest me suitable solution for below mentioned scenarioes.

Thanks!!!

1-How Multiple Bot bot read 1000 email from same account before performing dispatcher queue .

2-How Multiple Bot update the Single master Sheet, bec if BotA is updating the data ,then master sheet become read only for BotB

Hi @Mr.Sanket

You can use one bot as dispatcher read emails and load them into a Queue and then use multiple performer bots process the Queue items.

If this solution work for you please mark as solved

Cheers

1 Like

Hi @Mr.Sanket

  • Use one dispatcher bot to read all mails and push them into queues, then multiple performer bots process the queue items in parallel.
  • For updating a single master sheet, avoid concurrent writes by using queues or a database and let one bot consolidate results into the sheet after all processing, or let each bot write to temporary files and merge them later.

Happy automation with UiPath

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.