I know that. But this enrichment doesn't always produce results so I can use the results as the trigger for the formula.
I'm curious what the actual formula is for "only run if this column has run"
Josh K.
you can add this into conditional run
this will definitely work for you
Clay.getCellStatus({{Column Name}}) = 'Success'
On the other hand if you need to add 5 min dealy you can use HTTP API (which is free) in one column than on its bases you can run next column
here is API
https://httpstat.us/200?sleep=300000