Forum Discussion

ellinida's avatar
ellinida
Copper Contributor
May 31, 2023

Sharepoint List: HTML code link to show title

Hello I am currently editing a list in SharePoint and need some support in the formatting of the link in the column: Link to Skills Resource. I would like the link to display the title of the item: e.g., “People Manager Guide” rather than “Resource Link”. Thanks in advance!

1 Reply

  • suvi-15's avatar
    suvi-15
    Copper Contributor

    ellinida 

     

    In expression use 

    "txtContent": "=if(@currentField=='','',[$Title])" or whatever the name of column which you want to display.
     
    Br,
    Suvi
     
     

Resources