Is it possible to force a contact further through a workflow such as bypassing a delay step or skipping a step?
Hi @BBMCS,
No, not that I’m aware of. You can however achieve the same behavior by doing the following:
- At the very beginning of your workflow, create a branch that checks either for the email address of this contact or the completion of the previously completed actions
- In the left branch, use the “Go to action” workflow action to skip everything the contact has experienced already to jump to the desired action, to right after the delay
- In the right branch, continue with your regular workflow steps
- Unenroll the contact
- Re-enroll the contact (make sure re-enrollment is enabled)
Best regards!
Got it, okay that’s a bit painful ![]()
Thank you.