Skip to main content Skip to complementary content

constantIfBlank

Checks if an element has a value, and assigns a constant value if it does not.

Arguments

  1. Element to check.
  2. Value to assign if the element does not have one.

Examples

Expression Result
constantIfBlank("", "Value") "Value"

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!