All $ values are Undefined when running online

In my experiment, all the values that are referring to code initiated variables ALL came back as Undefined when I try to run the experiment online. In other words, if I have something like $something[thisthing] to show up as Text, and both ‘something’ and ‘thisthing’ only appear in the code, the sources value would be Undefined. What am I missing?

Have you switched your code blocks to auto translate or are they Python only?