
Announcements
I have a choice field and if I want to find some value, the searching works only when I enter the beginning of the value. Is it possible to find value If I will enter some fragments from the middle of the text?
Hi @Agne,
Set the ComboBox Items property as below:
Filter(Choices(list_name.ChoiceColumn),ComboBox1.SearchText in Value)