This activity finds the first entry in the specified variable list containing the specified value.
INPUT Parameters:
LIST: Required
This parameter specifies the variable list to be searched.
You should always specify a variable, not a literal value, for this parameter.
VALUE: Required
This parameter specifies the value to search for. The activity searches only for an exact match of the value you specify.
START: Optional
This parameter specifies the index of the first variable list entry to search. If you do not specify this parameter, the default is 1 (one) meaning the search starts at the beginning of the variable list
OUTPUT Parameters:
INDEXOUT:
This output parameter will contain the index of the first entry (at or after the specified START index) in the specified variable list containing the specified value, or zero if no matching list entry was found.