Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to Send a Group approval Using workflow based on incident assignment group

BheemavarapuTej
Tera Expert

var answer = [];


if(current.variables.state == '2') //  
{
answer.push(current.variables.assignment_group);
}
0 REPLIES 0