I would like a TableView to filter records by a specific date range based on the "created" metadata field.
Initially, I had users submit a date, and filtered for entries based on this field. Example: I used "date:<[date20240102] AND date:>[date20231212]" to only display entries where the user selected a date between December 12, 2023 - January 2, 2024.
I want to omit having users submit a specific date (and delete the "date" field), and perform the same function based on the metadata field "created".
Can someone help me with what I should use in the "filter to apply on entries dataset" to accomplish this?