Hi Michael,
you can use oql and do distinct() on specific value.
You could use a microlfow to build the list of unique group items.
etrieve the list of items, create e new list for the inventory records, loop though the retrieved list, check if this is already in the list of inventory items. If not add else continue and return the list at the end of the micoflow.
I would however go with the option to normalize the groups in a separate entity.
Hi micheal,
You can use a enumeration and show the enum values as drop down values.