Cooldown Event Curiosity!

Hello I have been moving around and trying to build anything, Is there a way we can make a cooldown event? :slight_smile:

What would be the use case? If redirection, here is an example:

https://previewer.adalo.com/548c7b85-0a06-462e-8bdf-1cc91d6a8231

You can actually use the countdown component for many actions. You can add an action once countdown timer finished the countdown.

1 Like

@B0untiful_26 Do you mean cooldown or countdown?

1 Like

Its a cooldown! :slight_smile:

Thank you soo much! :slight_smile:

I may have misunderstood the meaning of cool down. So I created another example that maybe closer to what you need.

Setup:

I created a field under user collection which is a date and time field. I named it buy token time.

I added a button on the screen which if the user press, current date and time plus 1 minute is added to the “buy token time” record. The button is only visible if current date and time is after “buy token time”. The other grey button and the message is visible if the current date and time is before “buy token time”

The formula to add a minute to current date and time is: current date and time + (1/1140)

Link:

https://previewer.adalo.com/336254b2-f640-4b52-96b6-8bb29854ccf6

1 Like

You really crashed me that time! :open_mouth: