How to report a status if multiple machines running for one process.
Like generating an excel file and sending to stake holders.
Hi @Shankar_MasRobo,
You can consider having extra columns in the Excel which specifies:
- Robot name
- Machine name
- Robot account name
This way you can see which machine processed which transaction item.
But you’ll need to be careful to avoid multiple bots trying to operate the same Excel file at the same time as it will crash.
Consider having each robot write to a separate Excel file and have another process that combines the Excel files periodically.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.