You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marty Chang edited this page Jan 21, 2021
·
1 revision
The Join Text Collection action concatenates a list of text values into a single text value, with delimiter, enclosure and escape character options.
Input values
Input Value
Description
Delimiter
A character used to separate individual text values in the given collection. Useful for formatting CSV values or a list of values to inject into a SOQL query.
Enclosure
A character used to wrap each text value. Primarily used for formatting CSV values or a list of values to inject into a SOQL query.
Escape Character
The special character prepended to the enclosure character when enclosing a value that contains the enclosure character.
Text Collection
The collection of text values to join together into a single text value.