Clay Icon

Auto-Update vs. Conditional Logic in Tables: Understanding the Impact

Β·
Β·

for a column that toggled off auto-update but has conditional logic dependent on another column, will it still be triggered if table is on auto-run?

  • Avatar of Channeled
    Channeled
    APP
    Β·
    Β·

    When a column has auto-update toggled off, it won't automatically update even if the table is on auto-run. However, if the column has conditional logic dependent on another column, it will still be triggered when that condition is met, regardless of the auto-update setting. Conditional runs allow you to set specific circumstances for when an enrichment should run. This means the column will update only when the specified formula or condition is true, even if auto-update is off for that particular column. If you want to learn more about how conditional runs work, you can check out the Clay University lesson on AI formulas and conditional runs.