get selected combo box value
I've tried everything I can think of but I can't seem to get the value of a combobox selection. I have a very simple workflow that allows the user to select a text value from a combobox then has to pass that value to a where clause in the subsequent query task. How do I do this?
0
-
String.Format("{0}", selectedValueObject)
Let me know if that works.
-Kevin0 -
It's not accepting my syntax:
"System ="'+ String.Format("{0}",selectedValueObject+'""0 -
You are missing a closing ')' after selectedObjectValue.
selectedObjectValue is the captured form output argument for the combobox.0 -
Thanks Kevin! 0 -
Trying to get the values selected from a listbox where the selection mode is Multiple, but nothing works! The data from the form is set to an Object, then what do I do to that "Object" to get a list? There seems to be no examples I can pull from. Any ideas? 0 -
The trick with a multiple items Listbox is using a ForEach activity. Here's a sample workflow designed for filtering the map based on listbox selected values, but you could repurpose it to use the listbox items for other things, too.
https://support.geocortex.com/essentialsGSCCodeGallery?id=kA460000000blj3CAA0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
6 kommentarer