1. Home
  2. Docs
  3. Microsoft Activities
  4. SplitValueKeyPair

SplitValueKeyPair

Split Key Value Pair

  • An activity to split the key and value out of a KeyValuePair .

Properties

      Common

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

      Misc

  • Input (InArgument<KeyValuePair<SelectedDatatype,SelectedDatatype>>) – .
  • Key (OutArgument<SelectedDatatype>) – The type of the key.
  • Value (OutArgument<SelectedDatatype>) – The type of the value.
  • Private (Boolean) – If selected, the values of variables and arguments are no longer logged at Verbose lev

Example

  • Create a new Process and then click on Manage Packages. Now search for Activities in search bar. Install this package and click Save.
  • Drag Split Key Value Pair activity to the workflow area. Fill in the Description property in the activity. Take output in Result variable.