I need to get the choices selected in list collector ans store it in other variable in email script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-01-2023 10:35 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-01-2023 11:48 AM
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.