Join items in collection

Use the Join items in collection action to join the values of items in a collection into one string. You can specify a delimiter such as comma to separate the values.

For example, you can join all names in a target collection as shown below:

Collection: ["Andy", "John", "Sally"]

Delimiter: ,

Join items in collection action result: Andy,John,Sally

Before you begin: 

  • Understand Variables

  • Understand container actions: Actions that can be added to create branches such as Branch by stage or to contain other actions such as Action Set that can be collapsed down into a single action high-level view.

Jump to:

Configure the Join items in collection action

In the Designer page: 

  1. Open the action in the configuration panel. For more information, see Add an action to the workflow.

  2. In the Collection field, specify the collection that contains the items you want to join.
  3. Specify the Delimiter to separate the values.
  4. Specify a variable to store the output of the action in the Result field.