cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Dropdown widget "SelectedText" not working if "MultiSelect"

JO_9930585
10-Marble

Dropdown widget "SelectedText" not working if "MultiSelect"

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.

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

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

 

 

View solution in original post

2 REPLIES 2

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

 

 

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.

Top Tags