I’m using the 2018.1 feature of Get Queue Items to return a list of transaction items from my Orchestrator queue. With this list, I’m trying to separate out all of the failed transactions by the various reasons it could fail, specified within the exception reason and exception details fields shown in the below picture.
How can I reference these fields? They aren’t part of the SpecificContent dictionary, and I’m not sure how else to reference it. I saw this link How to search Queue Item by the name via Orchestrator Web API? - #2 by Florent_Salendres but that is using the API - is it possible to do it without the orchestrator API?