String List Does Not Contain Steps
- 08 Nov 2022
- 1 Minute to read
- Print
- DarkLight
String List Does Not Contain Steps
- 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 Does Not Contain String step checks to see if a defined string is included in a list. If the string is found, the result will be true; if not, it will be false.
The String List Does Not Contain Any String step checks to see if any strings in a string list are included in a separate list. If any of the strings are found within the list, the result will be true; if not, it will be false.
The String List Does Not Contain All String step checks to see if all strings in a string list are included in a separate list. If all of the strings are found within the 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 |
List | The step evaluates if the value input is found in this input. | List of String |
Value | The step evaluates this input to find if it exists in the list. | String or List of String |
Outputs
Property | Description | Data Type |
---|---|---|
None | --- | --- |
Was this article helpful?