Activity Tags & Tag Rules
Tags are labels you can attach to activities to categorize and filter them. FlowForth also supports tag rules that automatically apply tags based on location details, saving you time when managing large numbers of activities.
Manual Tags
You can manually add tags to any activity when creating or editing it. Tags are useful for:
- Categorizing types of work (e.g., "Maintenance", "Installation", "Urgent")
- Filtering activities in the Activity Planner
- Organizing activities for reporting
Tags have a name and a color for visual identification.
Auto Tags & Tag Rules
Tag rules let you automatically apply tags to activities based on the location's address details. When a rule's conditions match, a tag is automatically created and applied — no manual action required.
How Tag Rules Work
Each tag rule consists of:
- Rule Name — A descriptive name for the rule.
- Enabled/Disabled — Whether the rule is currently active.
- Conditions — One or more conditions that must be met for the rule to trigger.
- Auto Tag — The tag that is automatically applied when conditions match.
Condition Fields
Tag rule conditions are evaluated against the activity's location address. The available fields are:
| Field | Description |
|---|---|
| City | The city of the location |
| Postal Code | The postal or ZIP code of the location |
| Country | The country of the location |
| Street Address | The street address of the location |
Condition Operators
Each condition uses one of the following comparison operators:
| Operator | Description |
|---|---|
| Equals | Field value matches exactly |
| Not Equals | Field value does not match |
| Contains | Field value contains the specified text |
| Starts With | Field value begins with the specified text |
| Ends With | Field value ends with the specified text |
All comparisons are case-insensitive.
Condition Groups
Conditions can be organized into groups with logical operators:
- All (AND) — Every condition in the group must match.
- Any (OR) — At least one condition in the group must match.
This allows you to build flexible rules like "City equals Amsterdam AND Postal Code starts with 10" or "City equals Amsterdam OR City equals Rotterdam".
Tag rule builder with condition groups
Creating a Tag Rule
- Navigate to Activity Tags from the main navigation.
- Click Add Rule.
- Enter a Rule Name.
- Configure one or more conditions using the condition builder.
- Set the auto tag name and color for the tag that will be applied.
- Click Save.
The rule is enabled by default and will apply to new activities as they are created.
Tag rule creation form
Testing a Tag Rule
Before applying a rule to all existing activities, you can test it:
- Open the tag rule you want to test.
- Click Test Rule.
- FlowForth evaluates the rule against existing activities and shows which ones would match.
This helps you verify that your conditions are correct before applying the rule broadly.
Applying Rules to Existing Activities
Tag rules automatically apply to new activities when they are created. To apply rules to activities that already exist:
- Navigate to the Activity Tags page.
- Click Apply Rules.
- FlowForth evaluates all active rules against all existing activities.
Activities that match a rule will have the auto tag applied. Activities that no longer match a rule will have the auto tag removed.
Auto tags are managed entirely by the tag rule system. When a rule is deleted or an activity no longer matches a rule, the auto tag is automatically removed. Manual tags are never affected by tag rules.
When Are Rules Evaluated?
Tag rules are automatically evaluated in the following situations:
- Activity creation — When a new activity is created at a location.
- Location update — When a location's address details (city, postal code, country, or street address) are changed.
- Manual apply — When you click Apply Rules on the Activity Tags page.
Managing Tag Rules
From the Activity Tags page, you can:
- Edit a rule's name, conditions, or auto tag.
- Enable/Disable a rule without deleting it.
- Delete a rule — this also removes the associated auto tag from all activities.
Who Can Manage Tags?
Tag management and tag rules are available to Organization Admin users only.
See also
- Creating an Activity — Assign tags when creating new activities
- Activity Planner — Filter the planner view by tags to find specific activities
- Importing Activities — Bulk import activities that can then be tagged with rules
Was this page helpful?