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.

Remove User from List Collector

Mohan Mallapu
Kilo Sage

Hi Team,

I have a List collector field reference to the "sys_user" table in the form and holding 5 users.
Here i got a requirement to remove one particular user from the list collector through service script. 

Is there any way to achieve this, Much appreciate your help.

Thanks in advance.

1 ACCEPTED SOLUTION

Mohan Mallapu
Kilo Sage

completed the requirement  with the javascript array splice() method used to adds and/or removes array elements.

View solution in original post

2 REPLIES 2

Mohan Mallapu
Kilo Sage

completed the requirement  with the javascript array splice() method used to adds and/or removes array elements.