Wix Automations: Conditions
1 min read
Conditions let you create complex automation flows by defining criteria for IF/ELSE logic. e.g., IF the order value is greater than $100, THEN send an email with a coupon, ELSE - send an email without the coupon.
For conditions to work effectively, they must be set up properly. The key to this is selecting the correct "logic" (e.g. "is greater than", "contains") and using it wisely.
A condition can consist of up to 20 criteria and each criteria is set up with 3 steps. First select a property, which is a dynamic piece of data that the automation collects when it runs (e.g. order value). Next select the logic, choosing an operator that will compare the received data with the value (e.g. ‘is greater than’). Lastly, enter a value to be used as a benchmark (e.g. $100).
Learn more about selecting the right operators.
Click a question below to learn more.
When do I use ELSE path in my automations flow?
Will my automation work if I don't include an ELSE path?
How can I add multiple criteria to a condition?