Hi all,
I have TextSearchBox and datepicker and I want to use them to filter the SharePoint list called YT CDR List.
Just filter by text search box is fine but filter by datepicker Selected date is not work.
Below is my code on Browse gallery's Items but not work;
SortByColumns(Filter([@'YT CDR List'],StartsWith('Upload Time', DatePicker2.SelectedDate) ||StartsWith('Project No.', TextSearchBox1.Text)||StartsWith(OA, TextSearchBox1.Text)||StartsWith(Commence, TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending))
Screen Capture:

How can i revise the code that can search by datepicker selected date or TextSearchBox ?
Thank you very much for your help.