DemandFlow Support Centre

Field Type: Password

ReferenceField Types ReferenceUpdated 29/04/2026
The Password field type provides a masked text input for storing sensitive values, with reveal and copy-to-clipboard buttons.

Overview

The Password field type (password) provides a masked text input where the entered value is hidden behind dots or asterisks. It includes convenience buttons to reveal the value temporarily and to copy it to the clipboard without displaying it on screen.

Properties

PropertyRequiredDescription
IDYesThe field identifier.
TypeYesMust be set to password
NameYesThe display label.
WidthNoThe percentage width.
RequiredNoWhen true, a value must be provided.
Read OnlyNoWhen true, the field is display-only.
HelpNoTooltip text.
VisibilityNoA condition controlling visibility.

Features

  • Masked display — the value is hidden by default, protecting it from casual observation
  • Reveal button — toggles the value between masked and visible, allowing the user to verify what they entered
  • Copy button — copies the value to the clipboard without revealing it on screen

Use Cases

  • API keys — storing integration credentials
  • Connection strings — database or service connection details
  • Secret tokens — authentication tokens or shared secrets
  • Access codes — PIN numbers or access codes

Best Practices

  • Use password fields for any value that should not be casually visible on screen
  • Consider restricting access to panels containing password fields using profile-based visibility
  • Remember that while the value is masked on screen, access to the underlying record data is controlled by the overall record permissions
passwordsecretmaskedrevealcopyfield type

Was this article helpful?

← Back to Knowledge Base