What does this error mean when we try AI 'Unable to parse the output schema for the column.'
This error typically occurs when there's an issue with the JSON format in your AI column's output schema. It means Clay can't properly interpret the structure you've defined for your AI outputs. Common causes include: ** Missing or incorrect quotes around keys ** Missing commas between key-value pairs ** Mismatched brackets or braces ** Unescaped special characters Could you copy and paste your JSON schema into the chat so I can help troubleshoot further?
i used the prompt generatro
This error occurs when there's an issue with the JSON format in your AI column's output schema. Common causes include: ** Missing or incorrect quotes around keys ** Missing commas between key-value pairs ** Mismatched brackets or braces ** Unescaped special characters Could you copy and paste your JSON schema into the chat so I can help troubleshoot further?
Sometimes happened to me. In the section inside the AI. Select "Fields" instead of JSON Schema. That should fix the error (or at least it did for me in most cases).
To fix the "Unable to parse the output schema for the column" error, go to the AI column settings and switch from "JSON Schema" to "Fields" option in Step 6 of defining column outputs. In the Fields option, simply: 1. Enter field names where you want the output to appear 2. Select the appropriate data type for each field from the dropdown menu This approach is ideal for straightforward data extraction and organization, avoiding JSON formatting issues.