I have multiple workflows that rely on multiple conditions being true false.
For example:
only when x date > y date and/or parent group’s thing’s field doesn’t contain “Zebra” and/or parent group’s thing’s field doesn’t contain “Lion”.
The date condition is almost always part of the ‘Only when’ but I can’t figure out when to use and/or when trying to filter out things like “Lion” or “Zebra”.
It is especially confusing if I want to do:
Only when x date > y date and/or parent group’s thing’s field doesn’t contain “Zebra” and/or parent group’s thing’s field contains “Lion”.
Does anyone know the answer to when to use and vs. or?
Or any useful threads that explains this well?
Struggling to find anything helpful on bubble’s Manual
Hi there, @anon31591471… maybe I don’t understand your question, but if you have multiple conditions that all must be true, use and to string them together. As soon as you can say one condition and/or another condition, use or because you are saying it is not a must for both conditions to be true.