Hi Everyone,
I have a SP list with many Choice fields.
In a form, I changed Items of "ComboBox" to Filter(SPlist;xxx=DataCardValue2.Selected.Value) --> by default it was Choices[....]
On view mode, all is ok but when I save, nothing has been updated in the SP list.
I tried to use ComboBox.SelectedItems but it is not working because of the type.
I am pretty sure that I forgot something on the Update method.
Thanks by advance for help