Is there a way to make one workflow have precedence over another? In conditional formatting you can have it so when two rules are activated, one takes precedence over the other - can the same be done with workflows?
The answer seems like an obvious "yes" as you can create conditions and decide what triggers a workflow, but that can get tricky. For example, when a row gets moved into a different sheet, there may be 2 workflows activated, and the order they go in is very important. If Workflow A activates, then the row moves out of the sheet before Workflow B has time to modify it. But B may not have to modify it, so you don't want to set it up so that Workflow A only works if B has activated, otherwise items may get stuck. You just need to make sure if both workflows are triggered, that B always happens before A.
Any thoughts/suggestions? I feel like the answer is simple/easy, but I'm missing it somehow.