I’m banging my head against the wall trying to figure out what intuitively is a simple question but cannot seem to wrap my head around how to make it work in adalo:
If it is between 12:00am PST and 6:00am PST make button NOT visible.
If it is outside of 12am PST and 6amPST make button VISIBLE.
Why do all time functions have to be relative like 2 hours from now or 4 hours ago? My understanding is that Adalo uses UTC+0 and then converts “current time” to the USER’s time zone.
My user case is as follows: I have a live chat with an agent button that is staffed from 6am - 11pm PST. if the current time is within that window i want the option to use chat to be available. If the current time is between 11:01p and 5:59a, i don’t want that option shown. How do I accomplish this with all of the relative time variables in Adalo?
This would be SOOOOO simple if i could simply set my chat button to be “sometimes visible” > “between” > “6a - 11p” but putting an absolute time in the “between” filter does not seem to work. Any thoughts?