1. Home
  2. Docs
  3. Microsoft Expressions
  4. ConcatString

ConcatString

Concat String

  • Concats the strings passed into the collection as input

Properties

      Common

  • DisplayName (String)- The display name of the activity.

      Misc

  • Inputs (Collection<InArgument<String>>) – takes strings as input which needs to be concatenated.
  • Result (OutArgument<String>) – returns a String value which is the concatenation of all strings passed into collection as input.
  • Private (Boolean)- If selected, the values of variables and arguments are no longer logged at Verbose level.

Example

  • Create a new Process and then click on Manage Packages. Now search for Activities.Expressions  in search bar. Install this package and click Save.
  • Then create a Sequence and inside it call Concat String activity. Enter the input Strings and take output in the result parameter.