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

slice

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

Quick reference

ItemDetails
Functionslice()
CategoryLists
Syntaxslice(list, start, end?)
PurposeSlice a list
Return valueList

Official example of the slice function in the Notion formula editor

Examples and notes

prop("Tags").slice(0, 3)

Returns the first three tags.

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