Hi, I have a Data table that is structured in the following way:
ID | Value | Quantity |
101 | A | 1 |
101 | B | 2 |
102 | A | 3 |
Within the data view I have these records grouped by the 'ID' field. However, when attempting to create an interface and including a 'Record Picker', it shows the records individually. E.g., I selected the first instance of ID 101 and it only shows Value A. I would like to have a record picker that when I selected ID 101 that it shows both the records for Value A and Value B. Is this possible?
Thank you