Common mistakes when creating workflows

A guide to avoiding common workflow mistakes

General workflow mistakes

These are structural or logical issues that affect the overall behavior of your workflow:

chevron-rightIncorrect order of conditions and actionshashtag

Example: When a product is restocked, you want to send an email only to new customers who have no orders yet.

triangle-exclamation
circle-check
chevron-rightMissing conditions between each stephashtag

Example: You want to send a follow-up email only if the customer has NOT purchased after receiving the first email.

triangle-exclamation
circle-check
chevron-rightUsing static text instead of dynamic variableshashtag

Example: You manually enter a product price in the email instead of using a product variable.

triangle-exclamation
circle-check

Mistakes when using conditions in workflows

Errors within your conditions can prevent the workflow from following the right path:

chevron-rightForgetting to add a Wait step for Condition: an event occurredhashtag

Example: You want to send a follow-up email after the customer opens the first back-in-stock email.

triangle-exclamation
circle-check
chevron-rightCreating too many separate conditions instead of using logichashtag

Example: You want to send a back-in-stock email to customers who have placed past orders and have a "VIP" tag.

triangle-exclamation
circle-check
chevron-rightUsing the wrong AND / OR logichashtag

Example: You want to send a special discount email to customers who have spent more than $100 or have a VIP tag.

triangle-exclamation
circle-check
chevron-rightUsing the wrong data type in conditionshashtag

Example: You want to create a condition that checks the order count

triangle-exclamation
circle-check
chevron-rightUsing the wrong boolean value (True / False)hashtag

Example: You want to send a follow-up email to customers who have not made a purchase yet.

triangle-exclamation
circle-check


📩 Need help?

We’re here to make your XFlow experience smooth and successful. Our support team is always ready to assist you—no matter how big or small your question is.

comment-linesChat now envelopesMessage us

Last updated