Hi All
I am hoping someone can help, but I have the blue dot of death in my app, caused by the following code;
Filter(Customers, StartsWith(Title, CustomerSearch1.Text ))
The name of the Datasource being a SharePoint list called Customers and I have a search box called CustomerSearch1. Have I done something wrong or missed something?
I also have a second SharePoint list called Projects, and a searchbox called ProjectSearch1, however I cannot get this to work. Is there any way to add to the below code to allow me to also Filter based on the results of the searchbox?
Filter(Projects,Customer.Id=CustomerGallery.Selected.ID)
Thanks for any assistance.
Shaun

Report
All responses (
Answers (