Concatenate Collection to Text
Usage
This action is used to concatenate the members of a collection using a specified separator between each item and turn in into a string value.
Fields
-
Collection - The collection to convert to string format.
-
Separator - ‘The string to use as a separator. ex. or , .’ -
Item Prefix - An optional value to add to each item in the collection as a prefix.
-
Item Suffix - An optional value to add to each item in the collection as a suffix.
-
Exclude empty values - This field Indicates if empty values should be excluded in the result.
- Remove Duplicate Values - Indicates if the result should includes all occurrences of a duplicate value or just the first occurrence.
Demonstration on how to use it in a flow
-
Drag and drop Convert to Text action into the flow.
-
The Name section is pre-filled by the action name but you can configure this section according to your preference.
-
Click the gear icon to open its settings.
-
Choose the collection to convert to text.
-
Specify the separator you want to use.
-
Specify whether you want to add a prefix.
-
Specify whether you want to add a suffix.
-
Specify whether you want to exclude empty values from the collection.
-
Specify whether you want to exclude duplicate values from the collection.