Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
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
Solved! Go to Solution.
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.
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.