Hi again!
I am trying to figure out how to collect a duplicate of an item from a gallery with a checkbox and dropdown.
Checkbox code (grabs the name of the disk and the pricing):
Collect(TierDiskSelectionCol, {Result: Subtitle4_3.Text});
Collect(TierDiskPriceCol, {Results: Label11_11.Text});
Here is the result, however I selected 2 in my dropdown so I want each of these items to appear twice:
Thanks!