Skip to main content

BLANK

Use BLANK to reset a field to an empty value.

Use

BLANK
Clears a field by setting it to blank.


ReturnsN/A

Example

Resetting a Variable Value

You can update variables at various points in an approval, such as when a specific path is followed in a Branch step.

  • Context: A Variable Update Formula applied to a "Return for Correction" path.
  • Scenario: If an approval is rejected and sent back to the submitter via a Loopback step, you may want to clear a previously calculated variable, such as $ApprovalCode, to ensure a new one must be generated later.
  • Formula: BLANK
  • Logic: When the approval follows that specific path, the formula result replaces the variable's old value with an empty value.