Without seeing your specific formula, I can suggest a few troubleshooting steps for conditional runs:
1. Check your formula structure - conditional runs work like if-else statements: LBKSif (condition is true) { run the enrichment } else { don't run the enrichment }LBKS2. Verify your variable references - use "/" to select variables from your workflow (e.g., {{company_size}})
3. Review your comparison operators - ensure you're using the correct ones (equals, greater than, etc.)
4. Test with the preview feature - look at the sample outputs on the right to verify your condition behaves as expected
5. Try regenerating the formula - sometimes the AI needs a second attempt
If you need more specific help, please share your formula so I can troubleshoot further.