is it possible to add wait time between row enrichments
You can control enrichment timing by using conditional formulas to make one enrichment run only after another has finished. Use a boolean formula to check if an enrichment has completed, then use that in a conditional formula to control when the next enrichment runs. This approach allows you to sequence enrichments rather than adding specific wait times between rows.
What i want first row one need to do all its enrichments If done Then start with row two
Use boolean formulas to check if enrichments have finished, then use conditional formulas to control when subsequent enrichments run. Set up conditional runs by going to Run Settings of each enrichment column and adding your conditional formula in the "Only run if" box. This ensures enrichments only run when specific conditions are met - like when previous enrichments are complete. This approach sequences your enrichments row by row rather than running all enrichments simultaneously across rows.
