I got the dropdown to work as a repeater based on results of the API. However, how do I use the selected value for future tasks (buttons, more apis, etc.)
Something about finding the index value of the selected item and returning the corresponding key or something like that.