if i understood correctly you want to find the records based on the date in which the form was created?
In Joget, by default joget creates and stores 2 columns in database dateCreated, dateModified
in your list you can use this column to create a filter. drag and drop the dateCreated column to the filter and set the type as date or date range. additionally u can also enable orderBy datecreated in the list settings to always show the most recent records on the top
To elaborate a bit further:
- Open your list design in Joget.
- Drag the "dateCreated" column from available columns to the filter area.
- Set the filter type to "Date" or "Date Range" depending on your preference.
- Save your list design.

For sorting:
- Go to the list settings.
- Find the "Order By" option.
- Select "dateCreated" and choose descending order to show newest first.

This setup will allow users to easily filter records by the date they were created, making it simple to find forms filled on specific dates.
Hope this helps.