I have a custom connector to OpenAI and one of the inputs necessary is a list of dictionaries like this:
[{"role": "system", "content": "hello"}, {"role": "system", "content": "message 2"}, etc]
When I try to add that I get an error saying "There is an error: 'BindingIncorrectTypeError". See the screenshot:
If you already have the JSON string in-memory, use "Parse value" to parse the string into a table object: