Make sure to first instantiate a list attribute before using it. In this case, before "add 1 to..." set puzzle1Sollution to create new list. Also, in the second screenshot is refering to "self" which is now saying get _puzzle1solution from self, which isnt correct, since you want to get the list attribute from your scene behavior. So instead, use "for this scene get _puzzle1solution from behavior Solution.
".