Search

filter() ex 4

Formula Example Supporter
description
Filtering list containing tags - This will create a new sub-list that meets a specific text condition.
example tags
example1
example2
example3
example11
formula
filter(example tags, current.contains(1)) - In this example, we have a multi-select property called “example tags” with 4 tags [example1, example2, example3, example11] - The condition identifies tags that contain 1 and filters the tags that meet this condition. - Note that the resulting list is returned in text format (refer to our article in the section on Notion data types to see the types supported by Notion).
linked blog post
results
example1,example11