Import and pass variables/arguments in Robot (Tricky)

Hey again Damies! I made my project work with the info you gave me last month. I’ve been reading some things from Robot doc and learning a bit more. But I’m stuck in something again.

It’s the same case than before, BUT now I have nested hierarchy inside the YAML file which acts as variable file. I mean, inside my YAML file I have the following, for example:

If I want to access that “value”, how can I map the variable? I mean, in your example you used ${dict[three]} but the example only had 1 depth level, you know what I mean? I’m reading the Doc right now, the YAML mapping section but I can not find what I’m looking for.