Why this happens when i add my list to a variable

variables should be initialized first.

Since all the variables are initialized at more-or-less the same time, you cannot initialize a variable with a value including another variable.
Instead, initialize it as an empty list and populate it under the Screen1.Initialize event.

Please do not SHOUT. Use of CAPITALS here is considered rude.

1 Like