Is there a way to make a button have a cooldown for a specific amount of time after an action is done?
Yes, you can use a custom state to disable the button temporarily. When button is clicked > set state to βyesβ > then either add a pause for the amount of time or schedule a custom event for the amount of time.
With a pause, just add the set state action right after to change state back to βnoβ
With custom event, add the set state action to that event to change back to βnoβ
The button itself would then have a condition: When state is βnoβ > This button is not clickable (You can also change the text, color, etc.)
Gaby at Coaching No Code Apps (formerly Coaching Bubble)
Courses & Products, Tutorials, Private Coaching, and High-level Development
Thank You! I will try this
This topic was automatically closed after 70 days. New replies are no longer allowed.
