I have a very long dropdown list in a loop. The number of loops is defined by a user-entered value. I would like the dropdown selection from each loop to be presented to the user after the loop is complete (to act as a confirmation of their selections).
How do I carry forward the values and create this confirmation list of selections?
Thanks!