Dropdown Element question with Option set

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 :slight_smile:

use the date picker input

set the min date to be the start date pickers value

Thanks for the replay. What if I am using a drop down with an option set instead of a date/time picker?

need to add a field to the option list to then filter the options

ie number field, they select option 3 therefore filter to 4 and above

1 Like