IsBlank

The IsBlank formula function returns a Boolean value.

An IsBlank (Filter) function works similarly but instead of returning a Boolean value, allows records which are true to pass on within the Flow.

Description

Checks if a CharSequence is whitespace, empty (""), or null. If the argument's value is whitespace, empty (""), or null, a true Boolean value is returned. If the argument's value is not whitespace, empty (""), or null, a false Boolean value is returned. A new column is created for the results.

Use

  • Input field:
    • Select a field. (String)
  • Output field name:
    • Enter an output field name.

Hero Platform_ Example

An example of this function can be found in Hero Platform_'s library of examples.

Download the example titled "function_IsBlank" to see an example of this function. 

Type

Formulas