Mandatory varaiables needs to be filled error even after the value is filledSummaryEven when the value is filled, there is a mandatory variable that needs to be filled out error. For Example: When a variable on the variable editor say 'Short Description is filled with value, still when trying to save the form, below error is seen. Error: The following mandatory fields are not filled in: Short Description, Short DescriptionInstructionsThe property "glide.sc.use_sc_form_v2" is set to false, which is why the form is using old ServiceCatalogForm and its causing an issue with that mandatory field missing issue. The ideal situation would be for the property "glide.sc.use sc form v2" to be hidden by default and set to true when determining whether mandatory checks should be performed on the most recent ServiceCatalogForm. The solution is to set this property to "true", because the instance should obtain the most recent code utilizing that to do client-side catalogue checks.