Step Details |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | Data > Text |
The Is Not Empty step checks whether a given string input is "null" or non-existent. Based on its determination, the step returns a "True" outcome if the input string has a value (i.e., is not empty) and a "False" outcome if the input string is null or non-existent.
Properties
Inputs
Property | Description | Data Type |
---|
Value | The step checks if the input is empty. If it is, the Flow goes down the False path. If the input has a value, the Flow follows the True path. | String |
Outputs
Property | Description | Data Type |
---|
None | --- | --- |

