__CLEAR__ when you want Cyberdesk to actively blank out a field instead of leaving its current value untouched.
Simple Use Case
Problem: Some fields already contain text, and leaving an input blank is not enough when you want the final value to be empty. Solution: Use__CLEAR__ to clear the currently focused field with ctrl+a backspace.
Example
How It Differs From __EMPTY__
__CLEAR__: actively clears the current field__EMPTY__: skips typing and leaves the current field untouched
When to Use
- Pre-filled forms where the field already contains a value
- Resetting optional fields that should end blank
- Overriding machine defaults or existing UI state with an intentionally empty result
Best Practice
Use__CLEAR__ only when the workflow step is actually typing into a field and you want the final visible value to be empty. For plain skip behavior, use Empty Values instead.