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.