Remove hyperlink format

I’d like to remove the auto-hyperlink function for all or specific tables.

In the UTM-Tag generator, I generate a hyperlink that is filled into a column. I want it to be formatted as text, not as hyperlink, so people can copy it out quickly without accidently clicking the link itself.

Usually, I can format it by calling ‘.toText()’, but if a button is inserting the link into a row, the ‘.toText()’ shows no effect. I assume because the auto-hyperlink function applies after the insertion by the button.

2 Likes