Overview
View that uses the current date as criteria can be useful in many situations.Solution
You can create a view based on current date, for example with Created or Modified date. This can be done by using advanced View filtering and hand-typing in the value field and choosing DaysFrom() in the Options column (Choose "Created" property first). Choose "Created = 0" or "Created < = 0" for current day. See the screenshot for reference. You can play around with the dates to get the results that you want.This kind of filtering creates a view that lists all the objects created today, for example:
Here is the relevant user guide chapter: https://www.m-files.com/user-guide/latest/eng/property_based_conditions.html
