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?