Skip to Content
📚 Documentation is in active development — pages marked TODO will fill out over the next few weeks.
Flow BuilderBlock referenceAttribute condition

Condition block

Simpler than Branch — one predicate, two sockets.

Config

  • Attribute path — e.g. contact.tier, account.mrr, run.last_status
  • Operator — equals, not equals, contains, present, absent, greater than, less than
  • Value — the comparison value

Sockets

  • ✓ Positive — predicate matched
  • ✗ Negative — predicate didn’t match

Behaviour

Same as Branch — no outbound, just jumps. Use this for single-predicate checks where the full Branch UI is overkill.

Last updated on