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:
-
Open the action in the configuration panel. For more information, see Add an action to the workflow.
- In the Collection field, specify the collection that contains the items you want to join.
- Specify the Delimiter to separate the values.
- Specify a variable to store the output of the action in the Result field.