How to iterate the dictionary

the dictionary is about

an array of Dictionary(Of String, Object) - Level: Enter:1,Enter:2,Enter:3
nested within a Dictionary(Of String, Object) - Level: Submain
nested within a Dictionary(Of String, Object) - Level: Demodata

it requires a multilevel parsing / casting e.g. with direct Cast:

we would recommend following;

  • choose another datatype /structure for represent this data

have check if maybe a conversion to a JSON Object can be done within your implementation as the values less complex can be retrieved:

JOConfig = JObject.Parse(JsonConvert.SerializeObject(dictData))

find starter help here:
NestedDicts_HeavyDirectCast_vs_JSONAccess.xaml (11.0 KB)

get prepared for advanced debuging and analyis by the topics demonstrated here:
Understanding the 6 Debugging Panels of UiPath in the easiest way possible! - News / Tutorials - UiPath Community Forum