Text field with URL inside

What is the best way to show a url in a text field as a link?

The Sharepoint-List-View turns the value automatically into a link. The Form shows the URL as a string.

I don`t want to use the Sharepoint-Link-Field-Type as in my case there are other problems with this field-type.

Thanks a lotfor supporting.

Hello @UDRO

I tried to add the URL in the text field and it remained text/string. Did not convert to URL.

image

If in your case it does so, try this - column formatting - JSON.

{
  "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
  "elmType": "div",
  "txtContent": "@currentField"
}