24hr Button vanish

Hi, I have a redeem offer button, I would like this to simply dissappear when pressed for 24hrs then come back to be used again. Advice welcome!

You can use date column (user-specific) to set the last clicked time, a math column to add 24 hours. Then use a visibility condition to hide it based on the math column is before now.

1 Like

Awesome thank you!

1 Like

Anytime!