I have a workflow and I would like to automate the transitions from one state to one of two states, dependent on a condition (whether a custom field is Y or N).
So if upon a trigger, custom field = Y, move from State A to State B.
if upon trigger, custom field = N, move from State A to State C.
Because OOTB triggers ignore conditions, validators, etc. is there any to make this happen?