I have a workflow that uses a JDBC connection to retrieve a set of data from a
SQL server database. I have stored the data in a string array. I need to present the data to the user so they can select one item for a decisiton that needs to be made in the next step of the workflow. Using a user interaction I can display the list to the user but I do not know how to determine which item has been selected.
Can this be done?