I have a list that shows the values inputted by users, and as they submit the ‘survey’ repeatedly, the list keeps growing. Is there a way to display only the inputs from the current day? Ideally, the list would reset and become empty after 12 am each day. However, it’s crucial to retain the previously entered data in our database for generating weekly and monthly graphs, so we don’t want to delete that data. Link: