Strict On Late Binding within nested Dictionary

I have these two variables:

I have recreated in studio this json object:

I have the Name and Description added with no issues, and I even created “Error List” as a New Dictionary(Of String, Object):
image

I then create this sub Dictionary and assign its children, Errors and Solutions as empty arraylists:
image

I then assign test_lst(0)(“Error List”) to this created dictionary, but when I go to access it:

I get the Strict On error. What am I doing wrong here?

Honestly not even worth using the type system and the ridiculousness that is UiPath dictionary constraints. I just implemented this in JSON using UIPaths Web API Activities and it was a million times easier.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.