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):

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

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?


