GlideAjax returning null

nishmi
Kilo Contributor

I'm trying to convert List Collector sys_ids to user names using GlideAjax. and setting returned names in another field. The List Collector returns comma-separated sys_ids, which I pass to a client-callable Script Include. However, the GlideAjax response is always null.

Catalog Client Script

nishmi_0-1783159346541.png


Script Include

nishmi_1-1783159385974.png

I checked log 

 gs.info("Debug ids" + ids); return user sysid
 gs.info("Names" +names.join(',')); return user name, but glideajax response is null.
0 REPLIES 0