Hi All,
Currently, I have built a solution where I pull the data from Orchestrator. A transaction has a collection of the strings that I am parsing out and entering into the application. In the present solution, if any of the items from the collection for the current transaction fails, the robot throws the business exception and stops processing the transaction. Then moves to the next transaction from the queue. I want it to skip the current item in the collection and continue with the leftovers. Any hints, ideas, and help are appreciated.