Optimizing Clay AI: Matching Jobs with Customer Records
Hey Clay community! Looking for the best approach to solve this use case: Setup:
Table 1 ("Jobs"): 150 job postings with standard Clay enrichments (company, domain, etc.)
Table 2 ("Customers"): 30 existing client records (uploaded CSV)
Both tables in same workbook
Goal: Create a column in the Jobs table that uses Clay AI to:
- 1.
Reference all 30 records from Customers table
- 2.
Find the 2 most similar companies based on industry, revenue & ICP
- 3.
Provide reasoning for each match
Question: What's the best way to structure this? I was thinking "Send Table Data" to reference the Customers table in a Clay AI column, but I have been constantly getting an error: Prompt has the error(s): Rows from: Customers > Company is blank Rows from: Customers > Website is blank I checked thoroughly and confirm that there no empty cells in either the Customers > Company column or Customers > Website column. Thanks in advance!!