Use Dictionary In other Dictionary (Imbrication of Dictionary) - How use?

Hi,

I want make a dictionnary of datas. like this

[Dic 1]
Id : 1
Name : aaaa
Surname : dddd
Child : [Dic 2]
[id-rank of Child] : [Dic3]Name: sssss; Age = 45 …[/Dic 3]

[/Dic 2]

[/Dic 1]

For the contruction of imbrication; il’s Ok , uipath is OK.

But the really problème come when i want call in the deep dictionnary.

I can’t call dic1(“Child”)(1)(“Name”) beacause the explict option is “On”.

What’s the solution for call deep Dictionnary.

please excuse my english…

Thanks