Combine text
UiPath.Activities.System.Text.CombineText
The combine text activity allows you to combine two strings of text based on a default separator (new line, space, tab, comma, colon, semicolon) or one or more custom characters.
Project Compatibility
Windows | Cross-Platform
Configuration
- Text values - Collection of text values to be combined together. The field is the InArgument<IEnumerable<String>> type. It supports both expressions as well as a condition builder experience.
- Separator - The separator to use for dividing the source text. You can choose a separator from the default values or add a custom string. The default separators are:
- new line
- space
- tab
- comma (,)
- colon (:)
- semicolon (;)
- Preview - Preview of the output.
Properties Panel
Output
- Combined text - The text results from combining the input values, split by the selected separator.