Hi,
I have a dropdown of which items property is a dataverse table filtered on field values & search text.
Search(SortByColumns(Filter(Produkt,!IsBlank(Doseerinterval) And !IsBlank(DoseerAantalKeer)),"cra27_name",SortOrder.Ascending),eRepeatTaskTitle_1.Text,"cra27_name")
The onchange will only fire if there are more then one items in the list and I don't click the first item.
Resetting the drop dopdown makes no difference. Default value for the dropdown is empty.
How amend?