How do i change the order on how colums are running ? my issue is that I have created a table with column A, -> B -> C which run in that order. No I need to change the order of the columns e.g. A --> C --> B but the cells are not enriching in that order. How do I fix that?
To change column order and ensure enrichments run in your desired sequence: Reorder columns visually: 1. Click Columns above your table 2. Drag columns up or down to reorder them For enrichment dependencies: Use a waterfall structure with the "parent" column to set your desired enrichment order (A → C → B). Configure your API keys and apply validation. Columns won't re-run automatically, preserving existing data unless triggered. To run enrichments in new order for new rows only: 1. Filter for new rows first 2. Run enrichments on that filtered view This ensures new dependencies apply without overwriting existing data.
Clay doesn’t support manually setting the run order of columns — it runs based on dependencies. So if C depends on A, and B depends on C, that’s the order it will follow. If you want C to run before B, make sure B depends on C (either directly or through a run condition). Run conditions use Formulas and are typically the best for this. Let me know if you have more questions