Skip to main content
14-Alexandrite
October 2, 2023
Solved

Dropdown widget "SelectedText" not working if "MultiSelect"

  • October 2, 2023
  • 1 reply
  • 1089 views

I have a dropdown widget that populates data after a service run. This all works fine. If I set the "SelectedText" to be one of those values, it works as it should. However, once I change this to a "MultiSelect", the "SelectedText" no longer works. Does anyone have a workaround for this? I am in version 9.0 and cannot upgrade.

 

 

Best answer by Velkumar

Hi @JO_9930585 

 

For MultiSelect, You can use SelectedItems InfoTable output from the Dropdown Widget

Velkumar_0-1696304774711.png

 

or you can use Selected Rows from  the service 

Velkumar_1-1696304828241.png

 

/VR

 

 

1 reply

Velkumar19-TanzaniteAnswer
19-Tanzanite
October 3, 2023

Hi @JO_9930585 

 

For MultiSelect, You can use SelectedItems InfoTable output from the Dropdown Widget

Velkumar_0-1696304774711.png

 

or you can use Selected Rows from  the service 

Velkumar_1-1696304828241.png

 

/VR

 

 

14-Alexandrite
October 3, 2023

Thanks for the reply. I might be able to get something working like this. We are using the service response SelectedRow and I will have to change some things around I think.