How to Configure Filters in Your Platform
In Make
- After your formatter step, click "+" to add a new module
- Search for "Filter"
- Click "Filter"
- A panel opens with condition fields
- Set your condition:
- Field: The data field to check (e.g., "day_of_week")
- Condition: How to check it (equals, contains, greater than, etc.)
- Value: What to compare against (e.g., "weekday")
- If there are multiple conditions, choose AND (all must be true) or OR (any can be true)
- Click "OK"
After the filter, only add steps that should run when the condition is true. Steps after the filter only run if it passes.