Skip to main content

get selected combo box value

Comments

6 comments

  • Kevin Penner
    String.Format("{0}", selectedValueObject)

     

    Let me know if that works.

     

    -Kevin
    0
  • Permanently deleted user
    It's not accepting my syntax:

     

    "System ="'+ String.Format("{0}",selectedValueObject+'""

     

     

     
    0
  • Kevin Penner
    You are missing a closing ')' after selectedObjectValue.

     

    selectedObjectValue is the captured form output argument for the combobox.
    0
  • Permanently deleted user
    Thanks Kevin!
    0
  • Permanently deleted user
    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
  • John Nerge
    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=kA460000000blj3CAA
    0

Please sign in to leave a comment.