Skip to main content
1-Visitor
June 11, 2019
Solved

Select multiple values from combo box and assign to a service

  • June 11, 2019
  • 1 reply
  • 1607 views

I have a combo box with multiple values that will be selected in it.How can i assign this vaues to a service with input as infotable or aything.Basically i want to know whihc all values got selected in the combo box as of now am getting only 1 value instead of all selected values

Best answer by CarlesColl

To enable multi-select on combobox widget (List Widget) you need to enable MultiSelect option first, then once done it, on the right side of Mashup Builder you just need to bind the "Selected Rows(s)" as a whole to the Service that will ingest the selected rows.

1 reply

1-Visitor
June 12, 2019

To enable multi-select on combobox widget (List Widget) you need to enable MultiSelect option first, then once done it, on the right side of Mashup Builder you just need to bind the "Selected Rows(s)" as a whole to the Service that will ingest the selected rows.