I have a queue item where SpecificContentstrong text contains multiple fields, and each field stores a JSON array of objects. Each object contains information such as hierarchy values and optional table or text data.
During automation execution, I need to process all these JSON items, but the execution order should be random rather than sequential. The workflow should read the JSON data, combine items from different arrays, and then process them one by one in a randomized orderWhat is the recommended pattern in UiPath for handling multiple JSON arrays from queue SpecificContent?