I've got ComboBox1 whose datasource is my Collection colOrganizers, as below
I set a DataCardValue to Default = Concat(ComboBox1.SelectedItems,Value,", ") and it gives me a string of the selected values from the ComboBox.
But when I insert a Label and set Text to the same formula, it returns a blank label.
What's going on here?