Announcements
Hi @Dennis_Qiang
Could you please share more details of your situation?
Could you please share one screenshot of your issue?
Do you mean you can only search by the first letter?
For example, if I input no matter the first letter or the middle or the last ones, there will be show the related items in the combobox.
More information:
control-combo-box
Hope this could be helpful.
Best Regards.
Yumia
Could you please share more details of your datasource and column?
Could you please change your formula expression as this:
If(Len(ComboBoxName.SearchText)>0,Choices(DataSourceName.ChoicesColumnName))
For example:
hi, could you advise my formula? i have tried as your suggestion but still appear all row from customer_name column..seems like this formula not working to me...
Hi,
Len(ComBox1, SearchText)>0. Not ">3", is ">0". Please try.
same result, i put 3 because want to do search if user type atleast 4 character. is im doing wrong formula?
Hello @v-yuxima-msft it`s worked for me. My only problem now is that I lost the drop down option, can I have this also ?
I changed the code to the following and it worked for me.
If(Len(ComboBoxName.SearchText)>=0,Choices(DataSourceName.ChoicesColumnName))
I also verified that the Search function is enabled.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 414
Valantis 387
timl 344 Super User 2026 Season 1