does a clay table run from left to right? i have some waterfalls with some conditionals, but it seems like the cells don't run in that order within my waterfall so now i'm stuck running every column 1 by 1
Waterfalls in Clay are designed to run a series of enrichments in a specific order, where each step only runs if the previous one doesn't return results. This order is set within the waterfall configuration itself, not by the left-to-right position of columns in your table. To ensure your conditionals run in the intended sequence, add and arrange your actions within the waterfall column. You do not need to execute each column one by one—just configure the waterfall's internal order, and it will handle the conditional logic automatically for you.
if i already made all of my columns can i retroactively put them into a waterfall?
You can't directly merge existing columns into a single waterfall column retroactively. To use a waterfall, you need to create a new waterfall column and add your desired actions or integrations in the order you want. However, you can now edit any existing waterfall to add, remove, or reorder providers as needed—just click the waterfall result column and select “Edit Column”.
ill run my table but often it doesnt run in the correct order so i get a lot of cells like this - so then i have ot manually re-run. how do i fix this?
To ensure your table runs actions in the correct order automatically, use a waterfall column. Waterfalls execute enrichments sequentially, with each step only running if the previous one doesn't return results. Set up your desired order within the waterfall's configuration. This approach prevents the need to manually re-run cells due to out-of-order execution and ensures your conditionals and dependencies are respected automatically.