I am working on a work flow that asks a user to select a start time and end time.
I am dropdown elements and using an option set for the times. I would like to set it up so that once a person selects a start time when they go to select an end time the only options displayed are times after the start time.
For example - the option set for times is from 8am to 8pm.
If someone selects a start time of 10am then when they go to the end time dropdown they only see 10 am onward (no options from 8am-10am are available).
Thanks for the help