The String List Contains At Position step checks to see if a string is at a specific position in a string list. If the string is found at that position in a list, the result will be true; if not, it will be false.
Properties
Inputs
Property
Description
Data Type
Case Insensitive
If this setting is true, this step will treat upper and lowercase letters as the same.
Boolean
Index
The position to check if the value exists at that point in the list.
Int32
List
The list to check if all of the values exist in this list.