My formula has stopped working
There are several common reasons why formulas stop working in Clay and a few troubleshooting steps you can try: 1. First, try refreshing your browser using Cmd/Ctrl + Shift + R, which often resolves "Error evaluating formula" issues. 2. If your formula involves data from another table, you might need to re-run the company row in the people table or force run the whole column to see new values. 3. Check if your formula assumes data exists in every row. If some rows are missing expected data, add conditional logic like "if {{response}} exists..." to prevent errors. 4. For persistent issues, you can try: • Deleting the affected column • Creating a fresh column • Re-mapping your data (with auto-dedup activated if applicable) If you need more specific help, please share details about your formula or a screenshot of the error.
See "Company Table" column "Filtered Company Linkedin URL" https://app.clay.com/workspaces/591769/workbooks/wb_0svyoklu4aBkok3hvyM/tables/t_0svyokndbnd59T7n8FS/views/gv_EftovjpdWETB it seems to have stopped updating the rows
Hey, I checked your table and it looks like the formula is referencing values that have been deleted. You’ll see the issue marked with a small red circle and eye icon. If you update or replace those missing references, the formula should start working again. Let me know if you want help fixing it!
Thanks. This is resolved.