Notion Answers

Help between Notion users


Register & Ask

It's free & easy

Get answers

Answers, votes & comments

Vote and select answers

Receive points, vote and give the solution

Question

1vote

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 Points2060

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