Hi All
I've built some SharePoint lists, which I then converted to a PowerApp.
For some of the SharePoint lists, I realised that I had no purpose for the embedded built-in column called TITLE, as my SharePoint lists were mainly based on columns that are defined as lookup columns types, thus displaying data from other SharePoint lists.
To make matters worse, you can't delete the TITLE column, and you cannot change it into another column type. At most, you can change its default value from TEXT to CALCULATED VALUE.
The latter option (calculated value) - I was hoping - would give me the option to "merge" or sort of concatenate the values from 2 other dropdown columns, thus finding a way to make use of the TITLE column. But merging/concatenating values from 2 separate dropdown columns is not possible in a SharePoint lists.
PowerApps appears to rely on the TITLE column, as a default parameter for searching from BrowseScreen1, and whenever I specify that the default search column is not to be TITLE but a column that contains lookup values from other SharePoint lists, I get the horrible DELEGATION WARNING error within the BrowseScreen1 -> BrowseGallery1 page.
How do you guys mitigate that you really don't need the TITLE column? Or have you found a way to merge/concatenate values from 2 separate lookup columns? Or something entirely different?