Hi
I have a form which has a combobox on it. You can select multiple items from this. But when the form is submitted, the column is empty and not saving what choices were selected.
The SP List field is a lookup column.
On the form, the 'Items' property of the combobox is:
Sort(Distinct(Filter(LDR_ListofEquip,Title=DataCardValue6.Selected.Value),Equipment),Result)
The update property of the datacard is:
DataCardValue38.SelectedItems
Is there a reason why the choices are not saving or is there something i can add to the formulas to make it happen?
thanks