- Contents
Interaction Designer Help
Find
This List tool step searches a list variable for a specific value, starting the search at a specific position in the list. This step returns the position of the element. If the value is not found, the value of the output variable is not changed.
Settings Page
List
The list to be searched.
Value
The value to be searched for in the list.
Index
The position in the list at which to begin searching. Zero is the first position.
Output Variable
The integer variable to receive the first found element.
String Match Method (Available only for lists of strings)
This is the method that list of string values will be matched. The choices are:
-
Full - The Value has to match entirely an entry in the given list
-
Left - The Value has to match the left side of an entry in the given list
-
Contains - The value has to be contained by an entry of the given list
-
Right - The value has to match the right side of an entry in the given list
Case Sensitive Match (Available only for lists of strings)
Check this box to find match the case of the value in a list of strings.
Exit Paths
Found
The Success exit path is taken if the value was found in the list.
Not Found
The Failure exit path is taken if the value was not found in the list.