"ADD" row button in a Multi-row variable set is not workingIssue "ADD" row button in a Multi-row variable set is not working. Form logs the an error, "Uncaught ReferenceError: table_variable is not defined" in console.CauseCause #1 This is due to the "apostrophe" in the variable question value of that multi-row variable set. Example: CW's Name Cause #2 The glide.ui.escape_all_script property set to false. Steps to reproduce: Create a catalog item.Create a multi-row variable set with a single line text and add special character to the Question of the variable (Question: Testin'g).Now mark the 'glide.ui.escape_all_script' property as false.Open the catalog item and try to add value to the above multi-row variable set by clicking on "Add".Notice that nothing happens when you click on the Add button.ResolutionResolution #1 Removing the "apostrophe" from the question value will fix the issue. Resolution #2 Set the "glide.ui.escape_all_script" property value to 'true' to fix the issue.