Skip to main content

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.

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.

Display NameString
This is the display name of the action.

By customizing this property, you can differentiate between same-type actions.

Action IDString
Indicates the unique ID of this action.

This property is Read only and it is not customizable

DisabledBoolean
If set to true, this action is considered disabled and will not be executed.
JSON StringString
The raw, formatted JSON text to parse.

Provide a valid JSON string (e.g. "{\"name\": \"John\", \"age\": 30}"). Expressions are fully supported.

Variable NameString
The variable where the parsed RPA Object is saved.

Saves the output as an RPA Object variable, making its properties accessible via dot-notation or object lookup features.