# 81027: Error parsing type in Studio widget

Log Type: APPLICATION

Log Level: WARNING

## Description

An error occurred when Studio attempted to parse a type in a widget

### Possible causes

* Tried to convert a variable to an incompatible type (e.g. "foo" to JSON Object type)
* The provided JSON string is not valid

### Possible solutions

* Verify the runtime data of your flow execution by checking the Flow Data and inspecting any variables you may have referenced
* Ensure that the configured type matches the variable data.
