SOLVED

Format Title In list

Copper Contributor

Hi,

On my SharePoint online, I'm traying to format Title column, using conditional formatting.
When I turn on formatting condition Title lost hyperlink of Item

GBL_0-1693841759643.png

 

Is any idea why it behaves like this? 

Or is any salutation for this?

2 Replies
best response confirmed by G-B-L (Copper Contributor)
Solution

@G-B-L The hyperlink for your title is created by its JSON formatting. When you apply your conditional formatting, that changes the JSON. 

 

You'll need to format the column and add the appropriate JSON to add the link back in. Here's some info about it: Use column formatting to customize SharePoint | Microsoft Learn

Thank you. it's working
1 best response

Accepted Solutions
best response confirmed by G-B-L (Copper Contributor)
Solution

@G-B-L The hyperlink for your title is created by its JSON formatting. When you apply your conditional formatting, that changes the JSON. 

 

You'll need to format the column and add the appropriate JSON to add the link back in. Here's some info about it: Use column formatting to customize SharePoint | Microsoft Learn

View solution in original post