How to pass a multiselected values from a list widget to a service as an input?
Hello,
I have displayed a list of values using a list widget and allow the user to select one or multiple values.
This selected values should be passed to a service as an input.
I can able to pass single value and generate another mashup using Navigate widget.
even if user doing a multi select, only the top row selected is passed as an input.
can any one let me know how to pass the all selected values as an input to a service and generate the mashup up with the number of times based on the selection of the user?
please suggest other than list widget, I can allow the user to multi select and pass the values one by one as an input to a service?

