How do up update the value of a list collector in server side script???

DrewW
Mega Sage
Mega Sage

I have a catalog item were the user selects a list of groups. Then in the workflow I need to update that list collector then then allow the tech who is going to do the work review the items that are selected and then either select more items or remove items. The issue I am having is that in the workflow I update the selections that the user made but it does not save them.

I have tried the following methods of updating the value of the list collector to no avail.

current.variables.removeuser = removeListArray;
current.variables.removeuser.setValue(removeListArray);
current.variables.removeuser = removeListString;
current.variables.removeuser.setValue(removeListString);

Does anyone know how you can do this?

10 REPLIES 10

DrewW
Mega Sage
Mega Sage

Yep, just realized that my self... I hate obvious errors, they are so hard to find.