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

unique

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

Quick reference

ItemDetails
Functionunique()
CategoryLists
Syntaxunique(list)
PurposeDeduplicate
Return valueList

Official example of the unique function in the Notion formula editor

Examples and notes

prop("Tags").unique()

Display after deduplication:

prop("Tags").unique().join("、")

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