Data Visualization Component under UI Builder page throws error: "Exception while executing request: For input string:..."Issue Data Visualization component (such as Pie or Donut type) in UI Builder page throws error. below is an example:"Exception while executing request: For input string: "FF6600 ". For input string: "FF6600 " Check logs for error trace or enable glide.rest.debug property to verify REST request processing. Contact your ServiceNow administrator for more information.".CauseLooking at the error log, we can see that there is a space after the colour code pointed in it: From our example above:09:33:25.027 Error Default-thread-5 CDB8ABFD1BDA9D1060195465604BCB98 txid=2c947bfd1b5e SEVERE *** ERROR *** For input string: "FF6600 " Notice that there is a space after FF6600. This is what is not processed properly in the UI builder page.ResolutionThe chart colour supplies this hex code. The fix here is to go to the affected sys_report_chart_color_list record and remove the additional space at the end of the colour hex code. Going with the same example from above, changes for that specific example would need to be done on the Color field of the below record:https://<Instance name>.service-now.com/sys_report_chart_color_list.do?sysparm_query=colorLIKEFF6600&sysparm_view=Related LinksChart colors