Search

concat() | Beginner’s Guide to Notion Formula

post type
notion
tutorial
formula
status
published
author
created time
2024/10/23 12:55
description
Discover how to utilize the concat() function in Notion formulas to combine multiple strings effortlessly! This comprehensive guide breaks down the structure of concat(), explains how it works, and provides practical examples. Learn to enhance your data presentation and streamline your workflows in Notion.
cover image
Frame 9.png
1 more property

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()

Search
example
description
formula
results
Combining two lists of text into a single list.
concat(["a", "b"], ["c", "d"])
a,b,c,d

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)!
Search