This one is pretty complicated, so I am using Python as an example:
I want to mimic this exact list structure in UiPath Studio. The problem arises with how you must declare variable types in Studio:
For the “Error List” dictionary it is easy enough to declare that as a dictionary of type <String, ArrayList>, but how can I mix string and dictionary types within a dictionary? Is it even possible?