Clay Write to Other table stuck for last 10-15 mins.
The "Run condition not met" message means your predefined criteria for executing the write to table action aren't satisfied.
Try these solutions:
Force Run Option:
Click the column header of your stuck write to table column
Hover over the "Run column" field in the dropdown
Select "Force" to jump start the column run
Alternative Fix:
Use the Force Run option in table settings, which may take time depending on your table size.
Check Run Conditions:
Click the "explain" button next to "Run condition not met" - AI will explain why the condition wasn't met. Review and adjust your run conditions to ensure they align with your workflow requirements.
Did that answer your question?
If you still need help resolving the issue with the "Write to Other Table" action, I’m here to assist. Would you like to provide more details about what you’re trying to achieve or any specific challenges you’re facing?
There was a dependency on a previous cell... maybe the cell could show that better.
You're right - the dependency visualization could be clearer. Your write to table action is waiting for the "DNC Check Pass" step to complete successfully.
Click "Re-run this cell" to restart the write to table action. If the DNC Check Pass column still hasn't finished, you can create a formula column using Clay.getCellStatus({{field_id}}) to check if preceding columns have completed, then use this in your "only run if" condition.
You can also click "explain" next to "Run condition not met" for AI to detail why the condition wasn't satisfied.
Is that what you were looking for?
If you still need additional help with the "Write to Other Table" action or its dependencies, please let me know. Would you like to share more about what you’re trying to resolve or any other challenges you’re facing?
