@Cashion, Colby
Based on your description, I understand that you create a Hyperlink column and a RequestNum column. You want to the value in the Hyperlink column becomes a hyperlink according to the RequestNum column.
Here’re steps:
1.Create a text column named Hyperlink.
2. Create a text column named RequestNum。
3.Use following Json formatting in the Hyperlink column.
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "a",
"txtContent": "View Evidence",
"attributes": {
"target": "_blank",
"href": "='https://intelsat.sharepoint.com/sites/SOC3Audit/2021 SOC 3 Audit document repo/' + [$RequestNum]"
}
}
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.