Skip to content
Azores edited this page Dec 13, 2023 · 1 revision
  1. Title + URL = Hyperlink

{ "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/row-formatting.schema.json", "elmType": "div", "attributes": { "class": "sp-field-dataLink" }, "children": [ { "elmType": "a", "txtContent": "@currentField", "attributes": { "target": "_blank", "href": "[$URL]" } } ] }

Clone this wiki locally