1vote

Using a function to construct a clickable link in a database column

Is this possible? I've tried creating a string, concat, outputting markdown...

On a function column, use a function to create a clickable link.

I've tried:

- concat("https://www.example.com?s=", prop("Key"))
- "https://www.example.com?s=" + prop("Key")
- "<https://www.example.com?s=" + prop("Key")+">"
- "[https://www.example.com?s=" + prop("Key")+"]"
- "[" + prop("Key") + "](https://www.example.com?s="+ prop("Key")+")"

1 Answer

0vote

thomas_yang Points3300

Hi it's not possible to create clickable link in Notion as of now.

Please log in or register to answer this question.

...

Welcome to Notion Answers, where you can ask questions and receive answers from other members of the community.

Please share to grow the Notion Community!

Connect