Hello guys,
Please Help!
I have multiple Queues in a Folders on Orchestrator, and I want to get how many transactions were successful in the Queue, that’s what I did: I put all the queues inside var type array(of string), I used “for each” to loop in that array and get the transactions from each queue, How can I write the the values in Excel.
For example:
Column A Column B
Frist Queue 20
Second Queue 50
3rd Queue 60