Range function in Bubble

Need help. How can I use range function to make a button visible between like 08:00 AM and 08:30 AM ?

Almost like the way you described it:
current date
change hours to 8
change minutes to 0
change seconds to 0
<
current date
AND
current date
change hours to 8
change minutes to 30
change seconds to 0
>
current date

See here for reference

Hi. I think this will work for a static time. How can I generate an expression for this to work if I am using Time (type as text) from the database??

you just use:

change hours to
your time in text format from the database
converted to number

This topic was automatically closed after 70 days. New replies are no longer allowed.