Hi - I'm struggling with the given format for the rules in Butler.
I am trying to create auto color labeling based on 2 custom fields, U and I. If I were writing a statement I would want something like the below to occur:
If U == 1 & I == 1, Color = Pink
ElseIf U == 1 & I == 0, Color = Purple
Elseif U == 0 & I == 1, Color = Sky
Else Color = None
Apologies that this is no discernable coding language - I'm just a lowly chemical engineer ;)
The rules I have in Butler are:
The problem that I'm encountering is that when I label I & U, I get all three colors. I believe this is because I am not able to establish a hierarchy between these rules. For instance, If U & I are both 1, Stop.
Any idea how to structure my rules so that this doesn't occur?
Thanks!
You can add additional filters to your rules (if you cannot find the filter icon when adding the trigger, enable the Advanced toggle in the top right.)
If Urgent and Important are checkboxes, maybe use "is checked/unchecked" instead of "is completed" though?
You can also add further filters, like not having these rules trigger if they already have a certain label etc as well.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.