Optimizing Table Enrichments: Running Columns Sequentially in Your Workflow
Hey team! I think I’m building my tables inefficient and too slow… I’m making each enrichment (column) run one at a time (so all rows in one column is finished) before I’m “running” the next enrichment. I’m manually “running” each column. I’m doing this way because I don’t know a way to make enrichments (columns) wait for another enrichment to run. I know that you can use formulas to only run when you have a record from other enrichments, but I don’t know how to build a formula where it knows when the enrichment have run and haven’t output a result, or when it has a error and so on. The problem that have occured before is that some enrichments won’t run unless an enrichment gets a result. Which makes that some enrichments won’t run. If I have an enrichment run auotomatically without the formula that makes it wait, it might run too early on some rows. So, is there a way to make an enrichment (column) only run after another enrichment have finished, regardless of the enrichment have output a result or not? A way that triggers only after a enrichment have made a run.