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

map

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

Quick reference

ItemDetails
Functionmap()
CategoryLists
Syntaxmap(list, expression)
PurposeMap a list
Return valueList

Examples and notes

map() transforms every item in a list into another value.

prop("Tasks").map(current.prop("Status"))

To display the names of all related tasks, the safer approach is to reference the title property in the task database:

prop("Tasks").map(current.prop("Task Name")).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