i want to create column level conditional logic to only run if XYZ column ran, but also include the ones ran and came back with no result, how should I do this?
To create column-level conditional logic in Clay, you can use the "Conditional Runs" feature. Here's how:
1. Go to the "Run Settings" of the enrichment column you want to apply the logic to.
2. In the "Only run if" box, add your conditional formula.
For your specific case, you can use a formula like: LBKSOR( NOT(ISBLANK([XYZ Column])), [XYZ Column] = "No Result" )LBKS
This formula will run the enrichment if the XYZ column has any value or if it ran but returned "No Result".
If you need help creating the formula, use the "Use AI" button to input plain language instructions. This approach helps optimize credit usage by executing actions only when needed.