So I have a screen with a searchbar on top and a sharepoint list form view at bottom. As the user types they can see the result live in the list form view
Filter('Input Form', StartsWith('Project ID', TextInput4.Text)
However when I use the formula
Filter('Input form', 'Project ID'. TextInput.Text)
it shows the list form view with text: "We didn't find any data to show at this time"