I am struggling to do something that I thought might be quite easy.
I have an array called MissingList that I've added several more lists to.
I want to set a particular value in the 2D and have done the following:
However I get the following error: Parameter 'Into list': Input 'MissingList[1]' can't have trailers.
What I might be doing wrong?