I’m new on Bubble and I’m trying to build a simple app related to observation cards. My issue is: I want to show a list of information (repeating group) as per the current date.
Each observation has the following fields: Observer name, Date, Description, etc… So I would like to filter this information by date only showing on the repeating group the date I choose.
Eg.: My observation was added with yesterday date but today I don’t want to see this observation on the list, only if I select the yesterday’ date to show on repeating group.
I don’t know if I was clear, but the main point is to add a conditional related to the date of the input on repeating group.
This example search will return a list of Entry things where the chosen-datetime is greater than the beginning of today and less than the end of today. Just change “current date/time” to whichever date you want to search with.
Thank you very much for the amazing help!! Now it’s working perfectly!
Is there any way to simplify the date entry? I mean, when the user is creating a card I don’t want to leave the option for the user to choose the date, I want to show (without the option to modify during the entry of the observation) just the current date but without Hour, minutes and second. Is there any way to do that?
When I classify the data type as date it shows automatically the standard format, as shown below.