Skip to content
WorksBuddy Docs
AgentsRevoFeatures

Trigger Conditions

Filter every trigger with a visual builder so a workflow runs only when an event actually matters.

Trigger conditions filter every incoming event before a workflow runs. You combine conditions with AND or OR using fourteen operators, nested field selection, and pattern matching, all in a visual builder.

How it works

You open the trigger configuration panel and add a condition. Each condition is three picks: a field selected through the nested path picker, one of fourteen operators, and a value that can be fixed or referenced. You combine conditions with AND when every check must pass and OR when any one is enough, and you group them to express compound rules.

Conditions run on every event before any downstream node executes. Matching events fire the workflow with the full payload, and events that fail are skipped without consuming capacity. Skipped events still appear in the trigger log with their condition result, so filtering decisions stay transparent.

Key capabilities

  • Visual condition builder inside every trigger panel with no syntax to learn.
  • Fourteen comparison operators: equals, not equal, contains, does not contain, starts with, ends with, greater than, less than, greater or equal, less or equal, in list, not in list, is empty, and matches pattern.
  • AND and OR combination with grouping for compound rules.
  • Nested field path selection to any depth, with autocomplete.
  • Pattern matching with regular expressions for checks that are not equality.
  • Real time validation that flags missing fields, mismatched types, invalid references, and malformed patterns inline.

Tips

Filtering at the trigger stops a workflow from starting at all, which reduces execution overhead for high volume triggers compared to a condition node inside the workflow.