Hello,
I have multiselect combo box in my Power App, On Change Property of Comb Box I am collecting values in collection which are selected in combo box. But when I am removing any value from Combo box its adding again all the combo box existing value into Collection leading to duplicate values in it.
I want that when I remove any value from combo box that should be remove from collection also and no duplicate or existing value should be added in collection.