Greetings, please tell me how to make the button available once every 3 hours to the user?
Hi @Alixinkasa,
Welcome to the forum!
There are various ways to do that. One of the ways will be to store “Button Availability Date” in Logged-in User property. When a user clicks a button, add an action to Update Logged-in User → Button Availability Date to Current Time + 3/24. And then make a button conditionally visible when Logged-in User → Button Availability Date is before Current Time.
Best,
Victor.