I have a condition for letting a workflow run, but that condition should restrict the workflow only if another condition is true, otherwise the condition should be ignored.
I understand i can use the “AND” operator, but the problem is that i have other conditions included in this “Only When” besides this particular condition.
So i want Condition A B & C to be true, and also D should be true only if E is true, otherwise Condition D should be ignored.
You might need to put some of the conditions on the Action that triggers the workflow, and some conditions on the workflow events themselves. This would be messier to keep track of, but I’ve done this when needed. Basically, you’d say, “Here’s the workflow that runs when E is true, here’s another, separate workflow that runs when E is not true.”
Yeah, i actually have a better way… why don’t they do a “Conditions” Tab on Events as they do on Elements? this would let you put the D and E conditions with an “AND” operator within a separate condition section.
Does this exist anywhere in Bubble currently? Or is this a brand new feature request? I think I might have misunderstood your original post, my mistake.