I should be able to use "clear" to clear the current values in a subform picklist on the On User Input.
but it does not work.
list = Member_Rep_Shift [ID == Appointment_Details.Shift_Picked];
clear Appointment_Details.Time_Picked;
Appointment_Details.Time_Picked:ui.append(list.Available_Hours.getall());