Hi,
I have two select components on my page. The select list is populated from the database using REST service, so the user can select an item using the select UI component. This is done by invoking the REST service on page load and works fine.
I then have a button on the page which the user presses. I would like onclick to populate the database with the users selections from the SELECT UI component.