Tired of SharePoint links opening in new tabs? In this video, Lalo shows you how to easily fix this using a simple JSON code generated by Copilot. No coding experience needed—just follow along as he walks you through the exact steps to make SharePoint links open in the same tab.

What you’ll learn:
✅ How to use JSON formatting in SharePoint
✅ Step-by-step guide to applying the code
✅ Tips for troubleshooting if it doesn’t work immediately

👉 Copy the JSON code from the video here:
{
“$schema”: “https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json”,
“elmType”: “a”,
“attributes”: {
“href”: “[$FileRef]”,
“target”: “_self”
},
“style”: {
“color”: “#0078d4”,
“text-decoration”: “none”,
“font-weight”: “bold”
},
“txtContent”: “[$Title]”
}

This solution works for modern SharePoint pages and can save you and your team a lot of frustration.

💬 If this video helped you, don’t forget to like, share, and subscribe for more quick SharePoint tips!

Claim the book and helpful tools and tips here: https://sharepointinpractice.com/

#SharePoint #Microsoft365 #JSON #SharePointTips #Copilot #Office365 #ProductivityHacks

Leave a Reply

Your email address will not be published. Required fields are marked *