Hello,
Iam trying to Search Combobox with word and * on items property iam using below formula. here iam able to response when i verified in monitor but not showing on Dropdown UI. Any ideas how to fix this ?
Reason here iam trying to achieve because want to implement we search words like *Krishna or Krishna* it should show all results based on entered text and i will check entered and change items property of combobox to with StartsWith or EndsWith based on text entered in textbox.
Filter(Contacts, Substitute(Self.SearchText,"*","") in 'Contact Name')