Hi,
i have a combo box with the following code in items property:
Sort(Distinct('[mdt].[MATERIAL]', PRODUCT_FAMILY), Result, Ascending)
and i want to save multiple values in the share point list with this combo box.
so the code in the update property of the data card is:
Concat(ComboBox1.SelectedItems, Result,", ")
but for some reason it dont save the value in the sharepoint list.
please help