Is there any way to use a label change as a smart rule trigger that I might be missing? If note, is that something you might consider adding?
I use labels to denote the status of an item (Holding, Queue, In-Progress, Annotated, Connected, Archive, Dropped), there are specific actions that I’d like to take when some of those statuses change but I’m not sure if there’s any way I can do that.
The workflow I’m currently playing with is having matching status tags and having when tag Status is added, On Tagging
, change the label to match and perform actions. I suspect that this is pretty fragile since tags are inclusive, labels are exclusive and some of my actions I want to perform would be as well. I could see myself ending up with the wrong labels and the wrong actions being taken fairly easily. This would not be the case if I could use On Labeling
.
Thanks!