Length Steps
  • 08 Nov 2022
  • 1 Minute to read
  • Dark
    Light

Length Steps

  • Dark
    Light

Article Summary

Step Details

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

Length Equals step checks to see if the provided string equals the specified length.

Length Greater Than step checks to see if the provided string is longer than the specified length.

Length Less Than step checks to see if the provided string is shorter than the specified length. 

Length Not Equals step checks to see if the provided string does not equal the specified length. 


Properties

Inputs

PropertyDescriptionData Type
LengthThe number of characters to check if the Value is longer, shorter, or equal.Int32
Value1String to check the length of. String

Outputs

PropertyDescriptionData Type
None------


Was this article helpful?