Hi, hope someone can help on this.
I have a workflow that is reading from a custom object, and needs to complete actions based on the content. However, If a condition is true and I break away from the main route, I need to return back to the main route after executing the actions. See sample below.
Otherwise it seems like any additional logic I have, I have to duplicate off every condition. Any thoughts?