Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
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.
Solved! Go to Solution.
Hi @JO_9930585
For MultiSelect, You can use SelectedItems InfoTable output from the Dropdown Widget
or you can use Selected Rows from the service
/VR
Hi @JO_9930585
For MultiSelect, You can use SelectedItems InfoTable output from the Dropdown Widget
or you can use Selected Rows from the service
/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.