String List Contains # Of
  • 18 Nov 2022
  • 1 Minute to read
  • Dark
    Light

String List Contains # Of

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationData > Text

The String List Contains Two Of, Three Of, Four Of, Five Of, More than One, and Count steps check for the specified number of occurrences of the value strings in the string list.

For example, if the List input is "A, B, C, D", and the Value input is "A, C", the result would be true.




Properties

Inputs

PropertyDescriptionData Type
Case InsensitiveIf this setting is true, this step will treat upper and lowercase letters as the same.Boolean
List The list to check if the values exist in this list.List of String
NumberThis input is only available for the String List Contains Count step. Specify the number of times the value exists in the list to evaluate true.Int32
ValueThe items to see if they exist in the list.String

Outputs

PropertyDescriptionData Type
None------


Was this article helpful?