Could someone explain the significance of using the activities related to queue and when it is necessary to use them? My current understanding is that
1.using “add queue items” to make data available on Orchestrator
2. using “get transaction items” to get the desired data
But why is it necessary to do in this way? Can I just store and extract the data in Excel sheets, which is more intuitive?
Queue is a best practice where you can get the information when you are using UnAttended Bots and know their information
If you have more data to process, then if your client ask to separate the Failed and Successful report then you can easily get that report from the orchestrator
You can store in Excel also, but you need to build your own logic, which will takes more time than Queue implement