Currently, when using the OR operator it automatically creates a completely new group which makes the setup of some conditions very tedious.
E.g. if we wanted to have a Workflow that only runs before a certain date and is limited to a selection of email addresses, we’d have to set it up as:
“Shop – Current Date/Time” is before “31/12/2025” AND
“Customer – Email” is “customer1@woo.com”
-OR-
“Shop – Current Date/Time” is before “31/12/2025” AND
“Customer – Email” is “customer2@woo.com”
It would be great if we could set it up as the below instead (basically reversing the AND / OR ‘location’ in the Rule Group):
“Shop – Current Date/Time” is before “31/12/2025”
-AND-
“Customer – Email” is “customer1@woo.com” OR “Customer – Email” is “customer2@woo.com”
Open
Last updated: April 16, 2025
0 comments
Log in to comment on this feature request.