Forum Discussion
Jeroen_0341
Jun 08, 2022Copper Contributor
Sharepoint Item url column
Goodmorning, Is it possible to create a column in Sharepoint list with the url of the items itself. Regard, Jeroen
DaveMehr365
Jun 15, 2022MVP
Hello Jeroen_0341
you can display the url of an item with column formatting:
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