Skip to main content

Convert Json to Dictionary

Description

This activity converts the JSON (JavaScript Object Notation) text to a dictionary object.Refer to Office Documentation

Properties

Input

  • JSON Text – Specify the JSON text that you want to convert into a specified dictionary object.

Misc

  • DisplayName – Add a display name to your activity.
  • Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Optional

  • Continue On Error – Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (True, False). The default value is False.

    Note: If this activity is included in Try Catch and the value of this property is True, no error is caught when the project is executed

Output

  • Result – The target dictionary object.

Example

Download Example

Convert to dictionary

Convert to dictionary Image

Convert to dictionary properties