Resolving '[object Object]' Errors in AI Enrichment Prompts
To select the best person from a list in an AI enrichment prompt:
-
Use the JSON schema option in your AI enrichment
- Scroll down to the JSON body section
- Properly tag your data
-
Reference specific properties from list items
- Use correct syntax like
/List Column.nameor/List Column.jobtitle - Avoid referencing the entire JSON object
- Wrap dynamic column references in quotes
- Use correct syntax like
-
When working with Clay tables:
- Use the 'create and modify content' use case
- Add list data in the JSON body section
Key Syntax Tips
- ✓ Good:
/List Column.name - ✗ Bad: Referencing entire
[object Object]
By following these steps, you'll correctly select and reference specific data points in your AI enrichment prompts.
February 2026