Trying to create time constraints for an action

Hi, Im trying to create time constraints for an action but can’t quite seem to figure it out. For example, if a user clicks a button before a certain time in the day, they will get a notification that says it’s too early, but when they click on that same button on or after the set time, they will get a new screen. Any ideas on how to do this? Thanks!

Create a math column using the formula Hour(Now). Use the special “Now” value as a replacement. This will give you a number representing the hour of the day. You can then make your action conditional on this value.

1 Like