Sharepoint Item url column

Copper Contributor

Goodmorning,

 

Is it possible to create a column in Sharepoint list with the url of the items itself.

 

Regard,

Jeroen

1 Reply

Hello @Jeroen_0341 

 

you can display the url of an item with column formatting:

DavidMehr_0-1655293268674.png

 

I have used in this scenario an existing name column and add an column formatting:

 

"elmType": "a",
"txtContent": "='https://TENANT.sharepoint.com/' + [$FileRef]",
"attributes": {
"target": "_blank",
"href": "='https://TENANT.sharepoint.com/' + [$FileRef]"}}
 
Regards, Dave