I have a panel in AEM forms which is configured with repeated settings. I have placed a text box component in this panel to have the end users add 3 different address to their form.
I am trying to capture the address value on each instance, so I can use them in a dropdown component for subsequent screens (so the user can pick one of the address value that has been captured from screen one).
Can some one shed light on how to iterate address field value so that I can populate a dropdown component with captured data. Thanks!