Catalog item appears blank in Employee CenterIssue Catalog item appears blank in Employee Center. Catalog item appears blank in Service Portal. Console error: js_includes_sp_libs.jsx?v=01-11-2022_1246&lp=Sun_Feb_13_21_45_26_PST_2022&c=18_160:5938 TypeError: Cannot read property 'forEach' of undefined at transformCatalogPolicies (js_includes_sp.jsx?v=01-11-2022_1246&lp=Sun_Feb_13_21_45_26_PST_2022&c=18_160:44909) at initGlideForm (js_includes_sp.jsx?v=01-11-2022_1246&lp=Sun_Feb_13_21_45_26_PST_2022&c=18_160:44906) at createEnvironment (js_includes_sp.jsx?v=01-11-2022_1246&lp=Sun_Feb_13_21_45_26_PST_2022&c=18_160:45057) at js_includes_sp.jsx?v=01-11-2022_1246&lp=Sun_Feb_13_21_45_26_PST_2022&c=18_160:44999 at processQueue (js_includes_sp_libs.jsx?v=01-11-2022_1246&lp=Sun_Feb_13_21_45_26_PST_2022&c=18_160:7840) at js_includes_sp_libs.jsx?v=01-11-2022_1246&lp=Sun_Feb_13_21_45_26_PST_2022&c=18_160:7855 at Scope.$eval (js_includes_sp_libs.jsx?v=01-11-2022_1246&lp=Sun_Feb_13_21_45_26_PST_2022&c=18_160:8408) at Scope.$digest (js_includes_sp_libs.jsx?v=01-11-2022_1246&lp=Sun_Feb_13_21_45_26_PST_2022&c=18_160:8316) at Scope.$apply (js_includes_sp_libs.jsx?v=01-11-2022_1246&lp=Sun_Feb_13_21_45_26_PST_2022&c=18_160:8435) at done (js_includes_sp_libs.jsx?v=01-11-2022_1246&lp=Sun_Feb_13_21_45_26_PST_2022&c=18_160:5058)CauseOne of the catalog_conditions of UI policy in the item is corrupted. ResolutionCheck the Catalog UI policies or UI policies running in the item. Show the column catalog conditions and inspect if the conditions are not corrupted eg make sure that there is a field being set or conditions were set and stored properly. Sample of corrupted condition: IO:=true^EQ Above conditions is setting a non-existent field to true. Deactivate it and test again.