when the manager is requested the item then approval manager should be skip if not need approval
answer = ifScript();var mgr = current.variables.requested_for;var gr = new GlideRecord('sys_user');gr.get(mgr.sys_id);var ge = gr.manager.toString();function ifScript() { if (ge == current.opened_by.toString()) { return 'yes'; } else { ...