I’m trying to build a simple noteTaker with a cloud variable. The blocks are in the attached picture
When the Screen.Starts, cloud noteTakerShared is null (the green null) as I would expect and my label shows “null null”. This is good. But event though I set the cloud variable to an empty list, the variable doesn’t get set that way. When the user clicks the button, the value of cloud noteTakerShared is null again, “null” is put in the label, and the item is not inserted (the ListViewer remains blank)