Is Not Empty
- 17 Mar 2025
- 1 Minute to read
- Print
- DarkLight
Is Not Empty
- Updated on 17 Mar 2025
- 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 |
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 | --- | --- |
Was this article helpful?