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

ParseDynamicValue

Parse Dynamic Value

  • Represents an activity to parse a JSON string into a DynamicValue .

Properties

      Common

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

      Misc

  • Result (OutArgument<DynamicValue>) –
  • Private (Boolean) – If selected, the values of variables and arguments are no longer logged at Verbose lev
  • Json (InArgument<String>)

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 Parse Dynamic Value activity to the workflow area. Take a Json example and pass it in Json property with double quotes. The Result variable stores the DynamicValue created.