Hey, i’ve been trouble-shooting this for days. I’m starting to get competent with bubble so i’m incline to think it might be a bug but i thought i better post this here under ‘need help’ before i report as a ‘bug’.
So i have a text box with dynamic field ‘Do a search for:count’ (so i’m just having a text box display a number basically). The ‘do a search for’ is set up with four constraints as shown in image below.
This does everything i need it to do (e.g. my text box now displays “14” as intended) but now i need a fifth constraint to constrain the search to a particular date, but that’s when it all stops working and just reads “0”
You can probably ignore the slightly complicated creation date action seen in the image above because even when i set it to “creation date = current date”, my text box still just now reads “0”.
Any help or ideas would be much appreciated.
Could it be because the database date reads “Oct 16, 2021” format and maybe the action it’s trying to search for it in another format or something?