Getting an error never seen before. Didn't change anything about my flow. Feels like a bug, any ideas?
This error happens when your AI column is trying to read a 'type' property from data that's empty or missing. The issue is likely in one of the columns you're referencing in your AI prompt. [1]
Here's how to fix it:
Check your input columns: Look at the columns referenced in your "Extract Boardy message" prompt. One of them probably contains empty cells or unexpected data types where the AI expects a JSON object with a 'type' property.
Set required fields: In your prompt editor, toggle "Required to Run" for any essential fields. This will skip rows where referenced fields are empty, preventing the error.
Review your variables: Make sure all the columns you're referencing in your prompt variables actually contain the expected data structure. [2]
Can you share the JSON or prompt setup from your "Extract Boardy message" column? That'll help me troubleshoot the specific issue.
all the referenced columns are not empty
This error happens when your AI column expects a JSON object with a 'type' property but receives data in an unexpected format, even if the cells aren't empty.
The issue is likely that one of your referenced columns contains data that looks complete but isn't structured as expected - maybe it's returning [object Object] or the JSON structure doesn't match what your prompt is trying to access.
Can you copy and paste the JSON from your "Extract Boardy message" column setup into the chat? I'll help troubleshoot the specific formatting issue. Also check if your output fields are correctly defined in the prompt configuration. [1]
If you still need help resolving the error with your AI column, I’m here to assist. Would you like to share the JSON or prompt setup from your "Extract Boardy message" column so we can troubleshoot further?
I'm getting this same bug right now
This error means your AI column is trying to access a 'type' property from data that's not structured as expected, even though the cells aren't empty.
The issue is likely that one of your referenced columns contains data that looks complete but isn't formatted correctly - it might be returning [object Object] or the JSON structure doesn't match what your prompt expects.
Can you copy and paste the JSON from your "Extract Boardy message" column setup into the chat? I'll help troubleshoot the specific formatting issue.
Also check that your output fields are correctly defined in the prompt configuration - this can cause data population issues even when the AI finds the data. [1]
If you still need help with this error, I’m here to assist you further. Would you like to provide more details about your JSON or prompt setup so we can continue troubleshooting?
If you still need help resolving this error, I’m here to assist you further and apologize for the inconvenience. Would you like to share more details about your JSON or prompt setup so we can continue troubleshooting?
Mackenzie S. Yeah it's a bug. I talked to support around an hour ago
Got it - this error happens when your AI column expects a JSON object with a 'type' property but the data structure doesn't match what your prompt is trying to access.
Even though your columns aren't empty, the issue is likely that one of your referenced columns contains data that's not structured as expected - it might be returning [object Object] or the JSON structure doesn't have the 'type' property your prompt is looking for.
The problem could also be with your output field definitions in the prompt configuration - make sure your output fields are correctly defined and mapped in your prompt settings.
Can you copy and paste the JSON from your "Extract Boardy message" column setup into the chat? I'll help troubleshoot the specific formatting issue. [1]
Glad I could assist. If you have any more questions or need further help, just let me know.
