There is a variable type of "Multi-Select List", but it would be nice to also have a plain "List" option where the user could create a list.
For example: I'm making a Change Catalog Item for Group Policy changes and have a box for Test Group (which AD group(s) this policy is going to be applied to for testing.) It would be nice if I could make a list (maybe comma separated, or semicolon separated) and then process each item in the list during my process. This list could look like: Test Group 1, Test Group 2, Test Group 3
In this example, during the process I would like to have something like this:
For Each item in Test Groups:
Task: Apply policy to group
If Notification Necessary:
Task: Send notification to group
Approval: Did things go smoothly for this group?
Then each group could be checked off as completed as you move through the list.