Parse JSON String Action
Parse JSON String Action converts a raw JSON string into a structured RPA Object hierarchy, allowing properties and sub-elements of the JSON to be accessed dynamically.
Appearance
In Talos, Parse JSON String Action appears as a standard rectangular node with a JSON-braces parser icon.

Properties
As with all Actions, Parse JSON String Action has a set of unique properties required for its functionality.
Common properties
Common properties inherited from Action.
By customizing this property, you can differentiate between same-type actions.
This property is Read only and it is not customizable
Provide a valid JSON string (e.g. "{\"name\": \"John\", \"age\": 30}"). Expressions are fully supported.
Saves the output as an RPA Object variable, making its properties accessible via dot-notation or object lookup features.