Syntaxconcat(list, list2, ...)list.concat(list2, ...)Examplesconcat([1, 2], [3, 4])["a", "b"].concat(["c", "d"]) Example 1Example 2 notion.so More ExamplesCommon UsesTemplates Using More Infoconcat · Notion Formulas · Ben SmithReturns the concatenation of multiple lists.https://www.bensomething.com/notion/formulas/functions/concat