Skip to main content
1-Visitor
February 18, 2016
Solved

Hi am using list view widget as drop down how to get selected text

  • February 18, 2016
  • 1 reply
  • 1619 views

Hi am using list view widget as drop down so it will be looking like combo box .

I have assigned data to the drop down

now i need to get the changed selected text of that dropdown and need to assign as input parameter for the service

how to get selected text

Best answer by PaiChung

The DataSource for your dropdown has a section called Selected Row(s) that is where you get the Selected item from.

If you want the full row of information you use the selected row itself, if you just need a particular field value, you expand that section and grab the Selected Row - Field Name that you want.

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
February 18, 2016

The DataSource for your dropdown has a section called Selected Row(s) that is where you get the Selected item from.

If you want the full row of information you use the selected row itself, if you just need a particular field value, you expand that section and grab the Selected Row - Field Name that you want.