Hi All,
How can I make actions trigger when a selection is picked from a list? I’ve tried switch branching on the selected index, but it doesn’t seem to work.
I’ve gotten this method to work with combox box list items, but not regular lists.
3 answers
Ahh, I’ve figured it out…Lists only work with selected *indexes*, which must be a number, not a string. I need to have “1” “2” and “3” as my cases for this to work right.
in ver 2.37 on the Mac, using Chrome, only integers work with switch branching.
-
Hi David, as ViVi said, we will add "Selected Text" property for the List element in the future. Before we implement this you can consider using a single-column Table element, which provides the cell values as two-dimensional array property.
-
Hi David, as ViVi said, we will add "Selected Text" property for the List element in the future. Before we implement this you can consider using a single-column Table element, which provides the cell values as two-dimensional array property.
-
Hi David, as ViVi said, we will add "Selected Text" property for the List element in the future. Before we implement this you can consider using a single-column Table element, which provides the cell values as two-dimensional array property.
This question is now closed