Apologies if this has been asked already, but I didn’t find anything through search. I am just starting to use the new Bases feature, and have created a view that filters for the current year. I have property called “finish”, and am sorting where all of the following are true:
- dateOnOrAfter(property.finish, “2024-01-01”)
- dateOnOrBefore(property.finish, “2024-12-31”)
The results of the filter are working just as expected, but every time I select the view I get the following error:
Failed to evaluate a filter: Invalid date format for left side of function “dateOnOrAfter”.
I have tried other date formats and all still give the same error while at the same time also still giving the expected results.