Bases replace url with "webpage" string

What I’m trying to do

I want my contacts base to display the contact webpage that is in frontmatter as “sourceURL”. But I don’t want a list of long urls; I want the column to just display a clickable “webpage”.

Things I have tried

I tried using the markdown “[webpage](“ + sourceURL + “)” in my formula, but that just displayed as follows:

I also tried using the “asLink” function based on notes I’ve taken where I used it successfully, but couldn’t get that to work either.

link("link", displayText)

EDIT: So in your case link(sourceURL, "webpage")

Thanks so much! That did the trick.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.