LinkedIn Profile Data Structure Issue
The Problem: Experience data returns as structured JSON objects where each role is a separate object. Asking AI to "look at the profile" doesn't work because it treats unstructured JSON as plain text.
The Solution:
- [Reference dynamic data from other columns](https://www.clay.com/university/guide/referencing-dynamic-data-from-other-columns?c354c4e8_page=
- within the experience list
- Use formulas to extract and format relevant experience data (company name, role title, summary, etc.) from individual experience objects
- Feed the structured data into your AI prompt for reliable personalization
This approach converts unstructured JSON into formatted, readable data that AI can effectively use for cold email personalization.