Hello - I'm working on Nintex classic form where I need to check if the user has entered a time outside of a certain range. I have 2 fields Arrival Time and Department Time with Date/Time control (See picture below).
I would like to create a validation rule that prevents a user selects the arrival time before 7AM or can’t select the department time after 7PM on the form. I used a formula below but it doesn’t work. I would greatly appreciated for your help.
isNullOrEmpty({Self}) OR greaterThan(dtArrivalMon1),7:00 AM)
Arrival Time control below: