User Profile
Kedar_Bhandare
Copper Contributor
Joined Apr 06, 2021
User Widgets
Recent Discussions
Re: Can we make single line of text field value as hyperlink in SharePoint list.
You can create hyperlink using Column Formatting json like below { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "elmType": "a", "txtContent": "[$Title]", "attributes": { "target": "_blank", "href": "='https://www.abc.com/' + @currentField + '/' + [$Title]" } }1.4KViews0likes0Comments
Recent Blog Articles
No content to show