In the AJAX function call add a line before the grpString.push() is called, to log the group entitlement: if (entGr.getValue('u_group_optional') == true) {
gs.info('Found Entitlement: ' + entGr.getDisplayValue());
grpString.push(entGr.sys...
Hello @rishabh31 I hope this finds you well. It looks like you just need to add a second element in your result object and use that to fill in the List variable. The updated Catalog Client Script would look something like: function onChange(control, ...