Use this when you want to convert a string into an object within a flow, for example reading a JSON string from a property and working with its values.
Inputs
Name | Abbreviation | Type | Access | Description |
String | S | String | Item | The string to parse |
Outputs
Name | Abbreviation | Type | Access | Description |
Object | O | Any | Item | The parsed object |
How-To
Pass in a string
The result is the string wrapped into an Object.
Try Parse when a panel or string output results in an error in following nodes in the flow. The JSON may not be properly wrapped!

