Forum Discussion
jensjakobsen1966
Feb 15, 2022Brass Contributor
How to populate the TITLE column (via Power Automate?)
Hi I have made a SharePoint list. I really have no use for the TITLE field, as all of my other fields in that lists are getting values from a lot of dropdown values (lookup columns). I need t...
smharrod
May 01, 2024Copper Contributor
jensjakobsen1966 a calculated column can be created and linked to the Title (or any other column) with =[Column name] added in the formula field (Column name being the name of the column you have inserted). This calculated column will then always have the same text string as the Title column can then be used in place of the Title field for deep links, etc
I know this isn't what you are asking, but could be a potential workaround.