Resetting the dropDown Options

Please HELP:

We are able to get data from a dropDown to store in a database. As we replay the game and go back to the same screen with the same dropDown menu, we are looking to RESET the dropDown so it goes back to the first option as the default option. As of now, the dropDown displays the previous option from the last entry.

Thanks

Nevermind…Here’s the solution

Use setText and enter the dropDown ID as the first parameter. Then make sure the second parameter matches the original first option. If it doesn’t match the original first option, it will be reset to BLANK and then the previous options will be hidden underneath the BLANK option.