Hello, how can I restore / add / display the property Text for a field in a data table?
The only properties that display for the field in the data table are:
- AutoWidth
- ContentLanguage
- DisplayName
- IsHyperlink
- OnSelect
- Visible
- Width
The field is a Choice field from a Sharepoint list. To get the field contents to display properly, several pages and videos I've found advise I should use the Concat function in the Text property to turn the contents into a string.
But the field doesn't have a Text property to edit... 🤷♂️
Is it a setting on the data table? This app was built by a colleague several years ago, so I am unfamiliar with what went into creating it and just need to add this column.