This retrieves the status of a referenced column (like completed, empty, or error) and is useful for managing conditional runs and workflow sequencing.
Got it! Here are the main ways to use that formula effectively:
For sequential workflows: Use Clay.getCellStatus(#{{field_id}}) in a formula column to check if previous columns completed before running the next ones.
For conditional runs: Set "Only run if" conditions that reference this formula to ensure columns only execute when dependencies are met.
For AI/dependent columns: Create a formula column using this function to verify all required lookup columns finished processing before running AI enrichments.
If you still need help with using the get cell status formula, I’m here to assist you. Could you provide more details about the workflow you’re trying to set up or the issue you’re encountering?