Hi all, I think I found a bug, I'm using the below filter in a gallery to show matches for a specific day, which is selected in a datepicker
Filter('member-availability', Available_Day = Date(Year(WhosAvailableDatePicker.SelectedDate),Month(WhosAvailableDatePicker.SelectedDate),Day(WhosAvailableDatePicker.SelectedDate)))
I get the error
"The requested operation is invalid
Server response, The expression "Available_Day eq 2017-10-25" is not valid"
But if the change the sing to a <=, => or <> it works but I only want the sign day? does anyone know of a work around?