@Wael Saleh Abughres
The multiple line text column needs to be set to allow only Plain text since (Enhanced) Rich text will add additional elements to the column values so that it breaks the formatted hyperlinks. Then you add links URLs as text in the multiple line text column.
Here’s a sample script for JSON formatting:
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "a",
"txtContent": "=if(@currentField=='','','Click Here')",
"attributes": {
"target": "_blank",
"href": "=@currentField"
}
}
Reference:
Create clickable actions - Turn field values into hyperlinks.
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.