Dynamically change the label of a control

You can modify the label text of a control and also the display name of a table column dynamically. This allows you to update the text based on user context without the need to show/hide controls with different labels. You can also get the label text of a control if required.

The label text property is available for the following controls which accepts a string variable.

  • Textbox
  • Table column (Display name)
  • Dropdown list
  • Checkbox
  • Radio button list
  • Calendar

When you configure an action using these controls and drill into the properties, the Label property is available (for a Table column, this property is called DisplayName).