Issue with Storing AI Output in Clay Table Column for Job Descriptions
Hi! I’m running into an issue where my AI output doesn’t store inside a column. (Walkthrough of the problem here) Context: I am trying to clean up a job description using AI and make it so the output is stored in a text column. Steps taken:
- 1.
Created a table to “find jobs” and got 86 Linkedin job URLs
- 2.
I ran Zenrows Scraper to extract the job description from the Linkedin job URLs — which generated a Bodytext
- 3.
I created a “Job Description Cleaner” column using OpenAI — I then created a custom prompt, bascially asking to clean and format the job description following a specific structure. Then, I added the “Zenrows Scraper” output inside the prompt, as the “job description” to clean.
- 4.
STUCK HERE — I selected Output format > Fields > Job_Description > Text. The problem is that I can’t seem to store that output inside a column inside my Clay Table.
Anyone here that ran into the same issue and found a fix?