Skip to content

=ENCLOSE

The ENCLOSE Function hides the enclosed text from the rest of the function. This is useful when a field token being used in a function contains characters like semicolons or HTML.

=ENCLOSE(ValueYouWantToHide)
  • ValueYouWantToHide

    • The value or field token to protect from being interpreted by the surrounding function logic.
  • Wraps the specified value so it is treated as a single, protected unit.

  • Prevents special characters inside the value from affecting the rest of the formula.

  • Commonly used when field tokens include semicolons, markup, or other reserved characters.

  • Use ENCLOSE when embedding field tokens inside other formula functions.

  • Particularly helpful for text fields containing HTML or list delimiters.

  • Formula functions are case sensitive and must be written in ALL CAPS.

=ENCLOSE([[Field: symbol (Text)]])


ENCLOSE, hide text, protect value, escape characters, semicolon handling, HTML text, field token protection, workflow formulas, formula function