Skip to main content
FLO.W 思流Notion Formulas
Back to function index

link

A quick reference for the Notion link function, including syntax, purpose, return value, and examples.

Quick reference

ItemDetails
Functionlink()
CategoryText
Syntaxlink(label, url)
PurposeCreate a clickable link
Return valueText

Official example of the link function in the Notion formula editor

Examples and notes

link("Open website", prop("URL"))

If the URL may be empty, check it first:

if(empty(prop("URL")), "", link("Open link", prop("URL")))

To use these formulas directly in task reminders, project progress, note heatmaps, and reports, continue with FLO.W Notion Template.

Back to function index

Last updated on