I need to get the choices selected in list collector ans store it in other variable in email script

sumanth1
Tera Contributor

In one catalog item I have list collector variable which is referencing to group table.

In list collector we can select more than 1 group.

In email script I need to send the no of tasks active to the particular groups which we selected in  list collector.

I am achieving this for one group.

Can any one provide script to store the output values of list collector .

1 REPLY 1

Brad Bowman
Kilo Patron
Kilo Patron

A list collector stores the value as a comma-separated list of sysids, so whatever you are using in your script that works for one selection, you would need to change it to syntax that includes a list of values.