What does this Message mean: The property 'Collection' of 'Add to collection' is not initialized

Whenever you use a collection such as " List < T > " , " Dictionary<T,T> " , you have to create an “object” of the LIST or Dictionary by using the “new” key word. either in the code or in the variable panel. This will solve the issue.'.
.