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.

Add Group to Change Request Watch list

Allen12
Tera Guru

I need to add a Group "Server Systems" to a watch list.  I got the Group to pull the users, but they are not displaying the names of the users.

find_real_file.png

and shows sys_id for the users in the Change:

find_real_file.png

 

 

6 REPLIES 6

OlaN
Tera Sage
Tera Sage

Hi,

Can you share an image of the steps in your Flow, where you do the lookup, and adding of records to the watchlist?

find_real_file.png

 

 

find_real_file.png

Allen12
Tera Guru

I have also tried using script and get this error:

find_real_file.png

 

find_real_file.png

Ok, so the issue is that you are trying to set the watch list value the "4-Group member records" which is a couple of SysIDs, but not the SysIDs thats expected.

You are sending in the SysIDs of the group member records, and it's expecting SysIDs of sys_user records.