Staging tables name containing '<' or '> ' cause the case cleanup_import_sets form to fail with error "The content of elements must consist of well-formed character data or markup"Description Staging tables that contain the comparison operator characters '<' or '>' in their names cause the case cleanup_import_sets form to fail with the error: "The content of elements must consist of well-formed character data or markup".Steps to Reproduce 1. Set the imp_computer table with label "Computer <>"2. Open cleanup_import_sets.do 3. Go to System Import Sets > Import Set Tables > Cleanup When clicking on this module the error is presented:"The content of elements must consist of well-formed character data or markup"Workaround This problem is fixed in the next upcoming release. There is no workaround available. If you are able to upgrade, review the Fixed In section to determine the latest version with a permanent fix your instance can be upgraded to. To search and remove any '<' or '>' character from the staging tables labels use the relative URL below: /sys_db_object_list.do?sysparm_query=super_class.nameSTARTSWITHsys_import_set_row%5ElabelLIKE%3C%5EORlabelLIKE%3E&sysparm_first_row=1&sysparm_view=Tables Related Problem: PRB1412946