This is your sign to try concat()
concat() helps to join multiple lists together seamlessly. In this blog post, we will explore the structure of the concat() function, break down how it works, and provide examples to illustrate its utility.
For this guide, I referenced the Notion Formula documentation and added my own examples and explanations.
Summary
Name | Description | How it works | Example |
concat() Formula
How concat() works
The syntax for the concat() function is as follows:
The concat() function returns the combined result of multiple lists by joining two or more lists into a single list. It evaluates the provided lists and produces one cohesive output that merges all the input lists.
The syntax for the concat() function is as follows:
concat(list1, list2, ...)
Notion Formula
복사
list1.concat(list2, ...)
Notion Formula
복사
Breaking it down
list1, list2, ...: These are the individual lists that you want to combine. You can input as many lists as necessary, separated by commas.
Example of concat()
formula
Search
Conclusion
Take advantage of the concat() function to enhance your Notion! Thank you for reading this tutorial! If you found it helpful, be sure to check out shop for my beautiful templates, which I am confident enough to say are a game-changer Subscribe to my newsletter and feel free to follow me on my social media for updates!
Happy Notion(ing)!
links
Search