Hi,
I have added a Search textInput box to my form. I called it tbSearch and the form is called SharePointForm1, my source data is 'GP Site Details'. When I select the form, I use Item and place the code in the function box.


I want to search by Practice Name, but the code I use does not work:
Filter('GP Site Details', StartsWith('Practice Name', tbSearch.Text))