Hi, PowerApps Community!
I am tring customize the sharepoint list with PowerApps.I have created the (multi-selected) combo box, and pubilished to the sharepoint list.Here is the problem I meet:what ever I create or edit the item the combo box results are not save to the list.
This is my combo box in powerapps form:
AIField_Combox
Items = Distinct(KeyMethod, AIField).Result
DefaultSelectedItems = Parent.Default
for the AIField_DataCard Update , I had tried 3 ways, but their all not work:
= AIField_Combox.SelectedItems.Result
= ForAll(AIField_Combobox.SelectedItems,{value:Result})
= {value:AIField_Combox.SelectedItems.Result}
Any idea to dill this problem ?
My English skill isn't well, if the problem description is not clear please tell me, tks.
Cheers,
Ruby