There are some cases where it can be beneficial to divide one large workflow into multiple small ones. Ideally, there should be a Step that allows one Workflow to trigger/jump/switch to another. Right now one Workflow can only start another by adding a tag (or changing a custom field), but this is not ideal as then we need to remove that Tag and can get messy. Would be great if this Step allow the dynamic variables from one Workflow to be carried forward to another. This can help: Reduce the amount of workflow looping errors when tags are used to string several workflows together Pass variables from 1 workflow to another In some cases it will reduce the amount of duplicate workflows if it is desired to have a workflow with multiple triggers At the moment, triggering one workflow from another workflow is only possible via a workaround. Here's how to set it up: In the first workflow, add a step "Update Contact Tag" to add a unique tag which will act as a trigger condition for the second workflow. In the second workflow, use trigger "Contact Tag Updated" with the unique tag added in the first workflow. Then, add the next step "Update Contact Tag" to remove the unique tag to avoid a workflow loop error and to ensure your contacts would be able to go through the same route again in the future.