Skip to main content
1-Visitor
September 3, 2018
Question

How to pass a multiselected values from a list widget to a service as an input?

  • September 3, 2018
  • 5 replies
  • 2123 views

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?

5 replies

1-Visitor
September 3, 2018

With List Widget MultiSelect activated and service "Selected Row(s)" should do the "trick".

Tara_011-VisitorAuthor
1-Visitor
September 3, 2018

Hello,

I have already activated the multi select option and used selected row option on service.

I can able to fetch one value at a time. I want to pass the selected rows one by one as a input.

can you suggest me any method ?

1-Visitor
September 3, 2018

One by one as input not, all selected rows yes.

But why don't you do it at server side the one by one job?