Portal shows the error - 'There is a JavaScript error in your browser console' when loading a page which has the Ticket Conversations and sp-variable-editor widget addedIssue When a form is loaded on the portal, which has the Ticket Conversations and sp-variable-editor widget added, it shows an error message as below: There is a JavaScript error in your browser console ReleaseOrlando, Paris, QuebecCauseThe record that you are loading does not have a UI formatter defined, or the UI formatter/Variable Editor is not added on the form view. This mainly implies to records that ar generated through record producers.ResolutionCreate a UI Formatter for the table in question.Add the formatter to the form in native UI/platform view. It is preferred that you add the formatter to default view and portal view.Navigate to sp_ui_formatter and create a new recordIn the formatter section, add the formatter created for the table in Step 1.In the widget section add - sp-variable-editorRelated LinksThe reason we see the error is because the sp-variable-editor is trying to check the formatter for the mentioned table. Since there are no formatter, system will throw a Javascript error.