Switch Node

Switch routes execution to one of multiple paths based on a selected payload field.

Configuration Fields

FieldRequiredPurpose
Property to CheckYesPayload field used for matching
Case MappingYesValue-to-output mapping table
Default PathNoFallback branch when no case matches

Setup Steps

  1. Add Switch node after classification/lookup step.
  2. Set property path.
  3. Define case mappings and connect outputs.
  4. Add default branch for unmatched values.

Best Practices

  • Keep case values normalized.
  • Always include default branch in production.
  • Monitor case distribution for drift.

Common Issues

  • No matching branch due to case sensitivity.
  • Missing default path causing dropped events.