Look Up select box is not working via integration
1) In the background script is working fine : var taskSysId = '5f1f516dc35203d05a76d5fe0501315d';var grTask = new GlideRecord('sc_task');if (grTask.get(taskSysId)) {var ritmSysId = grTask.request_item.toString();gs.info("Found Parent RITM: " + ritmSy...