@DaveFinley In Pega Constellation, data reference objects currently do not support grouping functionality out-of-the-box due to their simplified design meant for quick data selection, not complex visualizations like grouping or aggregation. This limitation is likely tied to performance optimization and UX consistency in Constellation’s React-based UI. To meet the client’s requirements, you can use a repeating dynamic layout or a custom DX component backed by a data page, where grouping is implemented manually using a helper data transform or activity that pre-processes the data into grouped sections. For multi-select, include a checkbox for each item and capture selections using a page list property. This approach allows grouping, counting, and selection for further case actions while staying within Constellation’s design principles.