Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | Data > 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
Property | Description | Data Type |
---|---|---|
Length | The number of characters to check if the Value is longer, shorter, or equal. | Int32 |
Value1 | String to check the length of. | String |
Outputs
Property | Description | Data Type |
---|---|---|
None | --- | --- |