Skip to main content
Version: Next

Join List To String

Creates a string by concatenating all of the values of the property in list

Description

Creates a string by concatenating all of the values of the property in list, separated specified separator.

If the list has only one item, then that item will be returned without using the separator.

Inputs

  • List (List): Array, List or QueryResult
  • Property (Property): Property to be joined in string
  • Separator (String): Specifies a string to separate each pair of elements of the list

Outputs

  • Joined String (String): Result