Hello,
Iny my app I have various products lists which have their own "Size" values which then have dependent "Waist" and "Leg Length" values based on the "Size" selected.

I have created a collection named "TrouserTable".
Ideally, Id like to have a text box per row under the "Product" column with the default value of Female Black Officer Trousers for the first row and Female Holster Pocket Trousers - Black/Grey for the second row.
These will then set a precedent for the "Size", "Waist" and "Leg Length" columns.

I've worked out I can set the value of the Text field to First(TrouserTable).product - however this will only apply to the first product name and I'm unsure how to get it to specifiy the second product name on the row below?
Any help would be appreciated.
Thanks,
Chris