String List Contains At Position
- 08 Nov 2022
- 1 Minute to read
- Print
- DarkLight
String List Contains At Position
- Updated on 08 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | Data > Text |
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. | List of String |
Value | The items to see if they exist in the list. | String |
Outputs
Property | Description | Data Type |
---|---|---|
None | --- | --- |
Was this article helpful?