How It Works
A conditional block evaluates one or more conditions against your flow’s data and renders the matching branch:- If a condition is met, the blocks in that branch are shown
- Else branches act as fallbacks when no earlier condition matches
- Blocks in branches that don’t match are not rendered
Use Cases
- Personalized sections — show a pension summary only to users who completed the pension questions
- Segment-specific content — display different calls-to-action based on a user’s answers
- Eligibility-driven pages — reveal an offer or next step only when the user qualifies
- Graceful fallbacks — present default content when the data needed for a richer block isn’t available
Next Steps
Live Page Builder
Back to the visual builder overview
Conditional Logic & Routing
Learn the conditional model used across the flow

