Add button on multi row variable set does not work Issue After adding multi-row variable set rows,and on editing the cart, Add button does not work. The same behavior if we have multiple catalog items in an order guide, in which at least one catalog item has a multi-row variable set, adding new row does not work when we switch between catalog items. Browser would show: Uncaught SyntaxError: Unexpected token * js_includes_concourse.jsx?v=05-22-2019_1149&lp=Thu_May_16_22_41_21_PDT_2019&c=24_288:23785 Error parsing data for table variable js_includes_table_variable.jsx?v=05-22-2019_1149&lp=Thu_May_16_22_41_21_PDT_2019&c=24_288:481 Uncaught TypeError: Cannot read property 'value' of undefined CauseSpecial characters on the row variable values are causing an issue on the form. glide.ui.escape_all_script is set to false. There are "\\" characters on the row values that is causing an issue when property to escape is set to false.ResolutionSet this property glide.ui.escape_all_script to true.Related LinksMore information on property glide.ui.escape_all_script https://docs.servicenow.com/csh?topicname=r_GeneralSecuritySettings.html&version=latest