List widget always send the first item on selection
Hi,
I have list widget. When an item is selected from the list and double clicked, the selected item needs to be send to my custom services, but always first element is being sent. Below is the mapping diagram. As you can see the data into list widget is populated from service GetDataTimeInterval service. And once the item is selected and double clicked 2 services are invoked GenerateFFT and GetHighestFrequencyComponent. But each time an item is selected only the first item from the list is passed.


