Get Value From List Box
Using Workflow 5.27.1, how do I get a single selection in a List Box?
Thanks,
Robert
0
-
Hi Robert,
You can access the collection of List Box selections using something like $form1.state.itemPicker1.value.items. If there's only one selection, you can access it using $form1.state.itemPicker1.value.items[0]. See https://docs.vertigisstudio.com/workflow/5.27/help/Default.htm#wf5/help/form-elements/list-box.htm#List_Box_Properties for more details.
Rafael
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar