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
1 Reply
Sort By
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