Documentation Index

Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt

Use this file to discover all available pages before exploring further.

Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Is Not Empty

Prev Next

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationData > 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

PropertyDescriptionData Type
ValueThe 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

PropertyDescriptionData Type
None------