Serverless Discovery Schedule Setup error: The element type "br" must be terminated by the matching end-tag " ".Issue When glide.ui.escape_text system property is false and you are trying to create a Serverless Execution Pattern record in a Discovery schedule the following error is seen: The element type "br" must be terminated by the matching end-tag "".ReleaseallCauseThe UI Message on Serverless Execution Pattern form causes this to break when glide.ui.escape_text system property is false. ResolutionThere are two solutions. The most optimal solution is to make glide.ui.escape_text system property as true. This should be try anyways, please see: Escape XML If that is not an option you you then the following can be done since the issue is with the UI message for this particular form: 1) Go here:https://<instance-name>.service-now.com/slushbucket.do?sysparm_referring_url=discovery_ptrn_hostless_lchr.do%3Fsys_id%3D67d92f391bf0601475744008b04bcbda%4099%40sysparm_domain%3Dnull%4099%40sysparm_domain_scope%3Dnull&sysparm_view=&sysparm_collection_relationship=&sysparm_list=638405b89f213200904f91aec32e7039&sysparm_form=section&sysparm_sys_id=undefined2) From the right side box, remove "* Annotation Infobox Blue"3) SaveThis should work as a workaround to the issue.