Conversational form variables do not show right options.Issue Conversational form variables do not show right options. For a specific category: Other, it should not ask for "another category" details, but in NAVA it asks for it this, it works as expected in catalog item from the portal. ReleaseAllCauseIssue was due to a problematic custom OnLoad client script in one of the variable set that was failing during the catalog loading.ResolutionTo resolve the issue, one of the following: 1.. Disable the custom script in prod if it's not needed.2.. Refactor the script and verify there's no error message when using the health-check script mentioned. Health-check-script------------catItemID = 'sys_id_of_cat_item';var map = { "forLLM": true, "vaSupported": true };var cchJS = sn_sc.CatalogConversationHelper.get(map);var itemJSON = cchJS.getItem(catItemID);itemJSON = JSON.stringify(itemJSON,0,4);