Hello @Skemaz,
I don't see what is causing your issue there, but after triing it on my environment on a test app i have, it worked for me, I noticed that i build some things a bit different, will share it with you, maybe it can be used as a workaround for your problem, or give you fresh ideas to try to fix it, because with 2 photos is hard to understand your context and your needs.
- Instead of filtering the browserGallery onselect property of the TextSearchBox, i do filter it on the "items" property of the BrowserGallery, with code like
SortByColumns(Search(Filter(Oportunidades;statuscode=1||2; TextInput4.Text; "name"); "name"; If(SortDescending1; SortOrder.Descending; SortOrder.Ascending))
This is showing only the open opportunities from my Dynamics 365 environment and let you filter them by its name, working both table and phone.
- Also notice that i am using TextInput4.Text control instead of TextSearchBox, that was a workaround i used to create my own custom searchbox after deleting the default one from the default browser screen, don't know if that may make it work for you.
Hope this helps you fixing your issue,
Best regards