Prasad Bolla's SharePoint Blog

Click Here to go through the Interesting posts within my Blog.

Click Here to go through the new posts in my blog.
Showing posts with label SharePoint Online. Show all posts
Showing posts with label SharePoint Online. Show all posts

Monday, June 01, 2026

Json Code to make Plain Multiple Text Column to an URL.

 {

   "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
   "elmType": "a",
   "txtContent": "=@currentField",
   "attributes": {
      "target": "_blank",
      "href": "=@currentField"
   }
}