Forum Discussion
Role of "Title" Column in SharePoint Lists - Can't change column type?
I often customise my list with a power app form and I have the Title field automatically populated with info concatenated from other fields.
Fleur Williamson how do you auto-format your list like this? can you give information?
- Fleur WilliamsonJan 03, 2022Copper Contributor
isa_osman When I customize the List form using PowerApps, I then set the default value of the Title datacard to a formula that pulls information from the other fields.
Eg: To show the app name and date:
"[application name] - " & Now()
You could include the ID field - but that wouldn't update until the second save as it doesn't yet exist until saved.- PapaOssisFeb 04, 2022Copper Contributor
Is there a way to change what column is the "Title" role?
Issue is that I want to create some conditional formatting using the column that is marked as the "Title" column and it will not allow me to.
When I try to select the column I want to apply the conditional formatting to the "Title" row is missing or hidden.