Search

concat() ex 2

Formula Example Supporter
description
Combining two lists of text into a single list.
example tags
formula
concat(["a", "b"], ["c", "d"])
linked blog post
results
a,b,c,d