UI Macro embedded in formatter no longer works after enabling Next Experience / PolarisIssue UI Macro embedded in formatter no longer works after enabling Next Experience / PolarisReleaseUtah, TokyoCauseAs per the below documentation, the UI Macro for the formatter represents a row in the UI. It must begin and end with the <tr> tags:https://docs.servicenow.com/bundle/tokyo-platform-administration/page/administer/form-administration/task/t_CreateAUIMacro.htmlResolutionThe UI macro must be wrapped with the opening and closing <tr><td></td></tr> tags: <tr> <td> // UI macro code </td> </tr>