Something so simple is just not working and I don't know why!
I have a combobox inside of a datacard. The datacard is on my form in the app and is linked to a SharePoint list. However, for some reason the combobox value isn't saving to my list!
Combobox is pulling from a separate data source. User can select multiple. Displayfield and searchfield is "FriendlyName".
The datacard is a single line of text. Datacard's datafield and display name matches the column name in the SP list, so does default: ThisItem.'Servers to install onto'.
The update property.... I have tried so many... here is a few:
Text(ComboBox26.Selected.FriendlyName)
ComboBox26.Selected.FriendlyName
Combobox26.SelectedItems
I also tried a Concat....
NOTHING IS SAVING! WHY?!