Mapping functionsTextJoinOn this pageText: join Join all connected node string using configured separator. ExampleInputs:- Hello- WorldOuput: Hello,World Parameters Separator—REQUIREDThe character to use to join the text. Input TextThe text values to join. (Accept multiple inputs) Output TextThe joined text.