Hi All,
I am trying to have a gallery that can be filtered by 2 seperate "search" boxes. The gallery is utalising sharepoint as a data source, so I have some deligation issues to work around.
This is what I am trying to do currenty with no luck:
Filter( Projects_1, StartsWith( project_name, TextInput1.Text ), StartsWith(pm_name,TextInput1_2.Text))
I also tried what was in the learning material similar to this statment, which also did NOT work:
Filter( Customers, StartsWith( Name, SearchInput.Text ) || StartsWith( Company, SearchInput.Text ) )
I have a similar use case on most of my selction screens, where I need to filter a gallery by multiple conditions.
Any help would be much appreciated,
Thank you and Cheers!