I have been researching this and tried different things. I have two different multiselect datacards on a form. One has a combobox and the other a datalist. These feed a SharePoint list. The first one with the combobox (barriers) works. I have a second one with the listbox that uses this formula to get it's items: Distinct(Filter(Choices(['My SP List'.Reasons), Value exactin Filter('Barrier Reason', Barrier in ddBarrier.SelectedItems).Reason),Value). The listbox does display the correct items. But when I test and select any (even one), nothing saves. The Update for this datacard is ListBox3.SelectedItemsText.Value. I have tried different things there including using RenameColumns.
Thanks for the information. This pic does show that I am getting proper results. Just do not know why these are not saving
