Value not getting saved on a field in the Variable Editor of a Task recordIssue In this scenario, a catalog task with a mandatory field, would not maintain the value whenever the form was saved whenever they attempted to fill in the field. Even with an admin account the value would not get saved.ReleaseAll ReleasesCauseThe reason why the value is getting cleared from the variable editor is that there was a Catalog UI Policy Action, on the Catalog Item that the task was created from. The Catalog UI Policy Action had the field 'Clear the variable value' is set to true. This is caused the value to get cleared. If you take a look at the value in the sc_item_option_mtom table you will see the value that gets entered was stored. So the catalog UI Policy is just clearing the value in the variable editor.ResolutionTo resolve the issue, unchecking the field 'Clear the variable value' in the Catalog UI Policy Action will stop that behavior. Once unchecked, the value will not clear from the variable editor and it should display.