> >Hello, > > > >I have a very simple question. > >I have SelectorList and its output "name" I've connected with > > "ForEachMember" module input. When there are at least two items are > > selected it works all right, but when only one item is selected it throws > > the error : "Input of ForEachMemeber should be list or group". > > > >I can solve this problem by using "Inquire" and some portion of Routes and > >Switches, but I want to know the simplest solution here (if it exists). > > > >Any help is very appreciated. > > Run the output through List. This should make a List of one item; > akin to Lisp, a list of more than one item is still a List so it > should still work in that case as well. > > Chris Pelkie > Vice President/Scientific Visualization Producer > Conceptual Reality Presentations, Inc. > 30 West Meadow Drive > Ithaca, NY 14850 > [EMAIL PROTECTED]
Thanks a lot. This is the best solution.
