Hi,
I have created a listbox and values are populated by calling a REST service written by us.
Our objective is to send the value of one of the item of the list box to another REST service.Once we click on one item all the list values are concatenated and passed to REST service instead of selected one. Our question is how to send individual value from list box to server side REST implementation.