I'm trying to use just a single instance of a global array as an in-memory "data table"'ish thing. Is this dumb? Is there an easier way to do this?
Below you can see my function that is trying to set rows in the data array. You can see in the debug console that no data is writing to array. I read somewhere, or someone told me (don't recall which), that you don't have to pick global arrays, you just reference them in an action and you'll always be using the one instance. This doesn't appear to be true.
Can you see what I'm doing wrong below?