You can isolate a member of the group using Select. Then feed the single field to Autogrid (or whatever).
If you want to sequentially feed all the group members to Autogrid, then you should create a loop using ForEachMember. It's a little tricky if you then want to put each processed member back into it's original group position, but I'm sure there are many good examples of this out there to look at in the dx samples directory. If each field has the same positions/connections, then it might be more convenient to make each a named component of a single field. Each component can then be isolated for further processing using Mark/Unmark or Extract/Replace. On Jun 23, 3:19pm, Emmanuelle Lafont wrote: > Subject: [opendx-users] Collecting data in Fields > Hi, > > > I'd like to know if it's possible to collect many fields in one. Using > Collect, it creates a Group and many modules accept only single fields > (for exemple Autogrid). > > Does anybody has a solution? > >-- End of excerpt from Emmanuelle Lafont
