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

includes

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

Quick reference

ItemDetails
Functionincludes()
CategoryLists
Syntaxincludes(list, value)
PurposeCheck whether a list includes a value
Return valueBoolean

Official example of the includes function in the Notion formula editor

Examples and notes

prop("Tags").includes("Important")
if(prop("Tags").includes("Important"), "Important", "Normal")

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