Enrichment problems 🧵
What
The company website is missing thats why it is giving this error
The cell in question does have a URL:
Looks like you edited the url try rerunning the cell
It didn't find the URL by itself so I manually put the URLs in.
Hey Jasper! Thanks for reaching out. Do you mind sharing your table URL so I can take a closer look?
Hey,
The issue is that the enrichment is not reading the column value. It’s reading the value inside the enrichment results, which is empty in this case.
When you manually add data like a website URL, you need to reference the actual column where you entered it, not the output field from a previous enrichment. Since that output has no value, Clay treats it as missing and throws the error.
Update the enrichment input to point directly to the website column you filled in, then rerun the cell. That should resolve it.
Let me know if you have more questions.
Ok, I can get behind that rationale. Can I update the source per cell, or only at the column level and will doing that force a re-run of all rows?
Hey,
You can only update the source at the column level, not per cell.
Changing the source by itself won’t force a re-run of all rows. However, the existing values will be stale, since the output logic has changed but the column hasn’t been re-executed. That’s why the data may no longer reflect the new source.
This video shows what stale or outdated data looks like in practice:
Let me know if you have more questions
