How to update existing incident ticket using inbound email action
Hi Team ,Am using below code to update the existing incident records using inbound email action ,instead of updating ,service now creating a new incident .below is my code var caseGR = new GlideRecord(‘incident’); var Number = emailBody.incident_t...