I currently use a drop down to search for a list item.
The name of the drop down is TextBoxSearchAppID_1
The item property of my form uses the following
First(Filter('CST Application Portfolio',StartsWith('App Id', SearchQueryMainForm)))
I have an icon where the OnSelect property is set to: Set(SearchQuery,TextboxSearchAppID_1.Text)
Can I use this methodology for a combo box search?