How to send approval via workflow using script in approver activity in servicenow
For sending approval to approvers I'm using this method : answer = [];answer.push('id1'); answer.push('id2'); in id1 & id2 i'm sending the sys ids of the approver. after executing this im receiving this error: "Illegal access to getter method getMe...