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

concat

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

Quick reference

ItemDetails
Functionconcat()
CategoryLists
Syntaxconcat(list1, list2, ...)
PurposeMerge lists
Return valueList

Official example of the concat function in the Notion formula editor

Examples and notes

concat(prop("TagsA"), prop("TagsB"))

Use this to merge lists. For text concatenation, prefer +.

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