String In List Steps
- 27 Oct 2022
- 1 Minute to read
- Print
- DarkLight
String In List Steps
- Updated on 27 Oct 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 |
Evaluates the contents of a String list and determines whether or not that List contains a set value. Offers additional Boolean input that allows users to determine if the evaluation of the String is case insensitive or not. This step includes True or False outcomes based on the String's evaluation.
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 | List to evaluate if the string is in this list or not. | List of String |
Value | Value to check if it exists in the list or not. | String |
Outputs
Property | Description | Data Type |
---|---|---|
None | --- | --- |
Was this article helpful?