Overview
- Tasks are often routed based on data stored in their field columns.
- Dropdown fields have a max limit of 500 entries which sets a cap on unique values they can store
Problem breakdown
- Asana has
WorkflowsandRuleswhich can check conditions of a drop-down items, as well as other attributes of aTask - Logical comparisons cannot be performed on a field with type
textfromRulesandWorkflows(ie with “conditions”) - Since
textfield-types cannot be used forWorkflowsorRuleschecks, this forces organizations to create dropdowns with < 500 custom-fields - Current limit is not sufficient; my organization has hit the limit and expects to need more cap
Proposed solution
In Workflows and Rules, add a condition to check if a Task has x value in y field
- “if a task has ‘example.com’ in ‘company_field’, move Task to ‘in-progress’ section”
- preference would be to expand the
variablesystem to allow attributes of a task to be invoked, such as{task_id}.{field_key} // returns value of field