Resolved! How to set "None" Value in Choice field
Hi, if User is has no location value then display none value , should not display any other Choice Values Script: function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (newValue === '') { return; }var user=new GlideRecor...

