Issue
Symptoms
Multi Row Variable Sets are not working for catalog items in the choose options section of an order guide.
This error is in the console.
TypeError: newVal.push is not a function
at js_includes_sp.jsx?v=07-14-2018_1223&lp=Fri_Sep_14_10_37_22_PDT_2018&c=18_373:64134
at Scope.$broadcast (js_includes_sp.jsx?v=07-14-2018_1223&lp=Fri_Sep_14_10_37_22_PDT_2018&c=18_373:14923)
at broadCastAction (sc-multi-row-active-row.js:28)
at Function.eval (sc-multi-row-active-row.js:22)
at js_includes_sp.jsx?v=07-14-2018_1223&lp=Fri_Sep_14_10_37_22_PDT_2018&c=18_373:56131
at Array.forEach (<anonymous>)
at _runSubmitScripts (js_includes_sp.jsx?v=07-14-2018_1223&lp=Fri_Sep_14_10_37_22_PDT_2018&c=18_373:56130)
at Object.validateForm (js_includes_sp.jsx?v=07-14-2018_1223&lp=Fri_Sep_14_10_37_22_PDT_2018&c=18_373:55678)
at GlideForm.submit (js_includes_sp.jsx?v=07-14-2018_1223&lp=Fri_Sep_14_10_37_22_PDT_2018&c=18_373:55390)
at api.controller.c.saveRow (sc-multi-row-active-row.js:47)
Cause
Some variables on the order guide and the Multi Row variable sets within the catalog items have the exact same name.
Resolution
Change the name of one of the variables or variable sets.