Skip to main content
1-Visitor
May 13, 2019
Question

multiple selection from dropdown

  • May 13, 2019
  • 1 reply
  • 3697 views

Hi Everyone,

I am some what new in thingworx., right now i am using thingowrx 8.4 version. i want to complete one task where i need select multiple Item from an dropdown list and pass all selected item to an services and base on selected item need to fetch some other details from database table. 

Till the time I can able to select multiple item by enabling  multi-selected property of dropdown , but i don't know how i can pass it to an services, do i need to created datashape ? if yes then what should be there filed ?

is there any other option to complete this work ? 

 

Thanks in advance,

1 reply

20-Turquoise
May 13, 2019

You  need a custom service that will consume infotable input with an appropriate datashape. Then you can bind selected rows to feed  to that service.

RockLala1-VisitorAuthor
1-Visitor
May 15, 2019
thanks for your kind replay yes correct i did the same let me explain you what all the activity i did. 1. first of all on mashup load i call one services who's output binded to combobox. 2. Then for the same service selected row data bind as input to custom services which take infotable as input 3. And then i simply returning same infotable and bind it to another combobox, still it is not working I also share snap shot of custom service Thanks.