Variables are not visible on sc_task in SOW or any configurable workspace, shows fine on Platform viewIssue Variables are not visible on sc_task in SOW or any configurable workspace, shows fine on Platform view. Variables have Global set to true. Release(Yokohama Patch 2)Plugins checked:- sn_sow_itsm_cont Installed Version: 6.1.5- sn_sow_reqInstalled Version: 6.1.1CauseFound Variable Editor :/sys_ui_formatter.do?sysparm_domain_scope=null&sysparm_domain=null&sysparm_view=&sys_id=868666b5c6112291006abde051ace453&sysparm_nostack=trueusing custom 'abb_com_glideapp_servicecatalog_veditor' macroResolution- Issue was related to this custom UI Formatter name "abb_com_glideapp_servicecatalog_veditor"- In OOB, it starts with "com_glideapp_servicecatalog_veditor" because in the backend we have a check for this if (el.getValue().startsWith("com_glideapp_servicecatalog_veditor").- If you still want to use custom formatter, then formatter value should be added as a sufffix "com_glideapp_servicecatalog_veditor_abb" (not prefix) .- Also after correcting the name we should again update the form layout ( remove variable editor from the layout and save and then add it back so that it updates sys_ui_section records correctly )- We have updated it for sc_task table on the above instance and verified it is working fine