I have this formula inside the Gallery items property to filter a SharePoint list using a date picker:-
(Filter('Work Orders',
(Created = colSelectedDate Or IsBlank(colSelectedDate))
and when the user click on the Search button, i am assigning this value to the local variable:-
UpdateContext({colSelectedDate: DashBoardDatePicker.SelectedDate});
but the filter will not return any result. i have these setting for the Date Picker i am using for the search & filter:-
