Syntaxjoin(list, joiner)list.join(joiner)Examplesjoin(["Not", "ion"], "")[1, 2, 3].join("/") Example 1Example 2a-b-c.so More ExamplesCommon UsesTemplates Using More Infojoin · Notion Formulas · Ben SmithReturns the values of the list with the joiner placed between each of the values.https://www.bensomething.com/notion/formulas/functions/join