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.

  • Text Box
  • Table Column (Display Name)
  • Drop-Down List
  • Check Box
  • Radio Button List
  • Calendar

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