Forum Discussion

jensjakobsen1966's avatar
jensjakobsen1966
Brass Contributor
Feb 15, 2022

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 to populate the TITLE field with the value from e.g. another column that I called SWIMMER.

 

As far as I know, the TITLE column cannot get values from a lookup field by switching the default value from TEXT to CALCULATED VALUE option. If it's possible, then how do I do it?

 

If it's not possible, I guess I need to create a Power Automate workflow, which will copy the value from the SWIMMER field into the TITLE field?

 

Any help is appreciated. Thanks.

  • jensjakobsen1966 So out of curiosity, Do you really need the Title field to be populated? if not, you can try this and see if that fulfills your requirement.
    - Go to List Settings -> Columns -> Click on "Title" -> Require that this column contains information -> Choose "No" -> Save

     

    - From the Default view and any other view, de-select Title field

  • smharrod's avatar
    smharrod
    Copper 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.

Resources