May 03 2023 05:59 AM
I want on my column to show SDS not the link i used the json code below but still not working
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "span",
"txtContent": "[$SDS]",
"attributes": {
"target": "_blank",
"href": "@currentField"
}
}
May 03 2023 06:04 AM