Skip to main content
FLO.W 思流Notion Formulas
Function Index

List functions

List functions such as map, filter, some, every, find, flat, join, and split.

Lists

FunctionPurposeReturn value or alternative
at()Get the item at a specific positionAny type
first()First itemAny type
last()Last itemAny type
slice()Slice a listList
concat()Merge listsList
sort()SortList
reverse()Reverse a listList
join()Convert a list to textText
split()Split text into a listList
unique()DeduplicateList
includes()Check whether a list includes a valueBoolean
find()Find the first item that matches a conditionAny type
findIndex()Find the position of the first item that matches a conditionNumber
filter()Filter a listList
some()Whether at least one item matches a conditionBoolean
every()Whether all items match a conditionBoolean
map()Map a listList
flat()Flatten nested listsList

To use these formulas directly in task reminders, project progress, note heatmaps, and reports, continue with FLO.W Notion Template.

Last updated on

Table of Contents