Clearing Multiselect On Edit > On Load
Clearing Multiselect On Edit > On Load
I have a multiselect check box that I would like to clear of its values upon On Edit > On Load.
I have tried
input.Field = null;
but the previously selected values are still selected.