Dynamically change the label of a control

You can modify the label text of a control and the display name of a table column dynamically. This allows you to update the text based on user context without the need to show or 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, and it 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 Display name).