Clay Icon

Retrying Errors on Columns Before Automatic Execution of Other Columns

ยท
ยท

any way to retry errors on columns before other columns run automatically? I'm finding that I have to go back and re-run a fair few columns manually right now

  • Avatar of Fabian H.
    Fabian H.
    ยท
    ยท

    you could include run conditions, so the following column only runs if the previous one was successfully run

  • Avatar of Nick S.
    Nick S.
    ยท
    ยท

    I have those already, but when a few rows error, I'm having to re-run those manually to continue the flow if that makes sense? - I've switched off the auto-run on columns for this specific table for now, is the normal behavior if I enabled that back on, for the errored rows in column 1 to retry themselves before moving on to column 2? Or would the enrichments continue to column 2 even if there is an error in column 1 for the row

  • Avatar of Fabian H.
    Fabian H.
    ยท
    ยท

    maybe it could help you to create a view with just all rows that have errors in a column so you could just rerun all those rows in the new view ๐Ÿ™‚ that way you would not have to rerun each one manually

  • Avatar of Fabian H.
    Fabian H.
    ยท
    ยท

    i think wether the enrichments continue to column 2 even if there are errors on column 1 depens on the run conditions of column 2 and if it depens on column 1. normally column 2 should run if auto-run enabled even though there is an error in column 1. (if no run conditions/dependancy)

  • Avatar of Clay T.
    Clay T.
    APP
    ยท
    ยท

    Hey there Nick Sorry for the delay thanks for reaching out.

  • Avatar of Clay T.
    Clay T.
    APP
    ยท
    ยท

    So if you are looking to just retrying the errors in columns, if you click on the play button in the column header of those columns an option to "Run all rows that haven't run or have errors" will pop up. You can use this retry any errors you have and if you don't want to trigger a number of columns to run automatically turning off the table is useful for this.