Limit to add

Hi,

How can I limit just the user (not the admin) to add (hide)new entry after 2PM.

I used the expression : AND((TIMENOW() >= “7:00 AM”), (TIMENOW() < “2:00 PM”)) it works for the admin and the user, I tried the expression: AND((TIMENOW() >= “7:00 AM”), (TIMENOW() < “2:00 PM”),USEREMAIL()=“user”) it worked just for the user but for the admin the add action disappeared before 2PM and after 2PM.
My question is how can I limit to use add action just for the user? Please see below



0 4 133
4 REPLIES 4
Top Labels in this Space