Hello team!
I ran into a quirk with Asana’s “Number is…” rule condition that might save you some time if you’re using percentage scores.
Context:
We track CSM call reviews in Asana. Each task has a custom field “Score %”, and we wanted to flag any task scoring 93% or higher as a “Winning Call” using a Yes/No custom field and have them grouped together for leadership and training purposes— without moving or duplicating the task. Instead, the tasks would be filtered into a “Winning Calls” tab view in the project.
Issue:
Our rule (Score ≥ 93 → mark as “Yes”) wasn’t triggering, no matter what we tried.
Fix:
Even though the field shows a percentage, Asana reads it as a decimal — so 93% = 0.93.
Once we changed the rule to use 0.93 instead of 93, it worked perfectly.
Check out the Loom below for a quick walkthrough. Hope this helps someone else dodge the same issue!