Hi there,
I have a drop-down list that is using collections (The drop-down is used in filtering a Gallery)
Its is working OK the only issue is that when selected it keeps adding a duplicate value to the dropdown as you can see below

OnSelect of dropdownlist i have the following
Collect(collectionEventStatus, ddlEventStatus.Selected)
What do i need to remove the values from a collection when dropdown is selected in powerapps.
Regards