OnChange Catalog Client Script loops in the Service PortalIssue OnChange Catalog Client Script loops in the Service PortalReleaseAll supported releases that use service portalCauseOnChange client script is missing "newValue == oldValue" check in condition statement.ResolutionAdd "newValue == oldValue" to the IF condition statement so that the script looks similar to the below example. if (isLoading || newValue == oldValue || newValue == '')