How Filter Works
Stop users from continuing through the workflow if they don’t meet specific criteria. Users who don’t match the filter condition are removed from the workflow, while those who match continue to the next action.Configuration
Inputs
Define the criteria that users must meet to continue through the workflow. Uses the same condition system as If/Else actions but only continues on true results.
Outputs
Whether the condition was met. Only users with
true
results continue through the workflow.Use Cases
Active Users OnlyBest Practices
Clear Filter Criteria- Define specific, measurable conditions
- Use precise comparison operators
- Test conditions with sample data
- Plan for users who don’t pass the filter
- Monitor filter effectiveness and conversion rates
- Adjust criteria based on business goals
- Use efficient conditions that can be evaluated quickly
- Avoid overly complex nested conditions
- Consider caching frequently accessed user properties